Skip to content

Commit

Permalink
tmate
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesLorenz committed Sep 6, 2024
1 parent c7a8ddb commit bce0842
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,11 @@ jobs:
- name: configure
if: ${{ matrix.config.enabled == 1 }}
run: ${{ matrix.config.config }}
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
- name: make
if: ${{ matrix.config.enabled == 1 }}
run: ${{ matrix.config.build }}
# - name: Setup tmate session
# uses: mxschmitt/action-tmate@v3
- name: make test
if: ${{ matrix.config.enabled == 1 }}
run: ${{ matrix.config.test }}

0 comments on commit bce0842

Please sign in to comment.