Remove debugging session
This commit is contained in:
parent
4245475514
commit
7012e4599b
6
.github/workflows/build-uc2.yml
vendored
6
.github/workflows/build-uc2.yml
vendored
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user