Remove debugging session
This commit is contained in:
6
.github/workflows/build-uc2.yml
vendored
6
.github/workflows/build-uc2.yml
vendored
@@ -345,9 +345,9 @@ jobs:
|
|||||||
cmake --install . --strip
|
cmake --install . --strip
|
||||||
ctest -VV -C ${{ matrix.config.build_type }}
|
ctest -VV -C ${{ matrix.config.build_type }}
|
||||||
|
|
||||||
- name: Setup tmate session
|
# - name: Setup tmate session
|
||||||
if: ${{ failure() }}
|
# if: ${{ failure() }}
|
||||||
uses: mxschmitt/action-tmate@v3
|
# uses: mxschmitt/action-tmate@v3
|
||||||
|
|
||||||
- name: '🚧 Android x86_64 build'
|
- name: '🚧 Android x86_64 build'
|
||||||
if: contains(matrix.config.name, 'android')
|
if: contains(matrix.config.name, 'android')
|
||||||
|
|||||||
Reference in New Issue
Block a user