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')