Skip to content

Commit

Permalink
ci: move debug up
Browse files Browse the repository at this point in the history
  • Loading branch information
mrpollo committed Aug 13, 2024
1 parent 871befd commit 54d7c9c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_all_targets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,14 @@ jobs:
ccache -s
ccache -z
- name: build target group
run: |
./Tools/ci_build_all_runner.sh ${{matrix.targets}}
- name: Debug with tmate session
uses: mxschmitt/action-tmate@v3
with:
detached: true

- name: build target group
run: |
./Tools/ci_build_all_runner.sh ${{matrix.targets}}
- name: ccache post-run
run: ccache -s

0 comments on commit 54d7c9c

Please sign in to comment.