Skip to content

Commit

Permalink
Remove debugging session
Browse files Browse the repository at this point in the history
  • Loading branch information
wtdcode committed Feb 13, 2024
1 parent 4245475 commit 7012e45
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-uc2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -345,9 +345,9 @@ jobs:
cmake --install . --strip
ctest -VV -C ${{ matrix.config.build_type }}
- name: Setup tmate session
if: ${{ failure() }}
uses: mxschmitt/action-tmate@v3
# - name: Setup tmate session
# if: ${{ failure() }}
# uses: mxschmitt/action-tmate@v3

- name: '🚧 Android x86_64 build'
if: contains(matrix.config.name, 'android')
Expand Down

0 comments on commit 7012e45

Please sign in to comment.