From 54d7c9cbbe0e418d45f2d200e2cdcde46fab9f6a Mon Sep 17 00:00:00 2001 From: Ramon Roche Date: Tue, 13 Aug 2024 11:28:27 -0700 Subject: [PATCH] ci: move debug up --- .github/workflows/build_all_targets.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build_all_targets.yml b/.github/workflows/build_all_targets.yml index 24c6b91d69..6ec8acfbdc 100644 --- a/.github/workflows/build_all_targets.yml +++ b/.github/workflows/build_all_targets.yml @@ -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