Skip to content

Commit

Permalink
fixup ci
Browse files Browse the repository at this point in the history
  • Loading branch information
thehajime committed Jul 11, 2024
1 parent eaabd24 commit d6a8a7e
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit d6a8a7e

Please # to comment.