From 7012e4599bc45076026c62e3d180ed12d4309b87 Mon Sep 17 00:00:00 2001 From: lazymio Date: Tue, 13 Feb 2024 16:22:16 +0800 Subject: [PATCH] Remove debugging session --- .github/workflows/build-uc2.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-uc2.yml b/.github/workflows/build-uc2.yml index e6821b29..f0677a63 100644 --- a/.github/workflows/build-uc2.yml +++ b/.github/workflows/build-uc2.yml @@ -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')