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: |