From 2ec034bcd7e0fed94515a6b6c3cec263ca641dde Mon Sep 17 00:00:00 2001 From: Jack Betteridge Date: Thu, 15 Aug 2024 12:05:00 +0100 Subject: [PATCH] CI debugging, ssh in? --- .github/workflows/ci.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 40e937986..9b3cbac82 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,6 +28,13 @@ jobs: timeout-minutes: 60 steps: + - name: Setup tmate session + uses: mxschmitt/action-tmate@v3 + with: + detached: true + timeout-minutes: 20 + limit-access-to-actor: true + - name: Install system dependencies shell: bash run: |