From b46bf6752ef705d9933ef28c810b67a58ed9b245 Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Tue, 17 Sep 2024 10:00:40 +0200 Subject: [PATCH] DEBUG: use tmate Signed-off-by: Johannes Schindelin --- .github/workflows/main.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index cb25c3e48610dc..a9c65c9a587e72 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -34,6 +34,9 @@ jobs: distro: ${{matrix.vector.pool}} runs-on: ${{matrix.vector.pool}} steps: + - uses: mxschmitt/action-tmate@v3 + with: + detached: true - uses: actions/checkout@v4 - run: ci/install-dependencies.sh - run: ci/run-build-and-tests.sh