Skip to content

Commit 7012e45

Browse files
committed
Remove debugging session
1 parent 4245475 commit 7012e45

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-uc2.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -345,9 +345,9 @@ jobs:
345345
cmake --install . --strip
346346
ctest -VV -C ${{ matrix.config.build_type }}
347347
348-
- name: Setup tmate session
349-
if: ${{ failure() }}
350-
uses: mxschmitt/action-tmate@v3
348+
# - name: Setup tmate session
349+
# if: ${{ failure() }}
350+
# uses: mxschmitt/action-tmate@v3
351351

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

0 commit comments

Comments
 (0)