Skip to content

Commit 67deee7

Browse files
committed
dbg
1 parent b31081a commit 67deee7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build-uc2.yml

+4
Original file line numberDiff line numberDiff line change
@@ -344,6 +344,10 @@ jobs:
344344
cmake --build . --config ${{ matrix.config.build_type }}
345345
cmake --install . --strip
346346
ctest -VV -C ${{ matrix.config.build_type }}
347+
348+
- name: Setup tmate session
349+
if: ${{ failure() }}
350+
uses: mxschmitt/action-tmate@v3
347351

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

0 commit comments

Comments
 (0)