ci: move debug up

This commit is contained in:
Ramon Roche 2024-08-13 11:28:27 -07:00
parent 871befd148
commit 54d7c9cbbe
No known key found for this signature in database
GPG Key ID: 275988FAE5821713

View File

@ -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