From d6a8a7e01441eaa7322f049c1a6db1a4c28afd6b Mon Sep 17 00:00:00 2001 From: Hajime Tazaki Date: Thu, 11 Jul 2024 15:23:26 +0900 Subject: [PATCH] fixup ci --- .github/workflows/ci.yml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ee43c98..8ea210d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -175,6 +175,13 @@ jobs: - name: ccache counter reset run: ccache -z + - name: Setup tmate session + uses: mxschmitt/action-tmate@v3 + if: matrix.package == 'python3' + #if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.debug_enabled }} + with: + detached: true + - name: build run: | make -j4 -C ${{ matrix.package }} @@ -257,10 +264,6 @@ jobs: run: | ccache --show-stats - - name: Setup tmate session - uses: mxschmitt/action-tmate@v3 - #if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.debug_enabled }} - - name: Annotate uses: yuzutech/annotations-action@v0.5.0 with: