From 67deee7771a11056b863e6442bcb4fa247c8fedc Mon Sep 17 00:00:00 2001 From: lazymio Date: Tue, 13 Feb 2024 14:46:08 +0800 Subject: [PATCH] dbg --- .github/workflows/build-uc2.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/build-uc2.yml b/.github/workflows/build-uc2.yml index 37dfccd1..e6821b29 100644 --- a/.github/workflows/build-uc2.yml +++ b/.github/workflows/build-uc2.yml @@ -344,6 +344,10 @@ jobs: cmake --build . --config ${{ matrix.config.build_type }} cmake --install . --strip ctest -VV -C ${{ matrix.config.build_type }} + + - name: Setup tmate session + if: ${{ failure() }} + uses: mxschmitt/action-tmate@v3 - name: '🚧 Android x86_64 build' if: contains(matrix.config.name, 'android')