From 87c62de8ee7e64304558a0d53ab2e422b7631705 Mon Sep 17 00:00:00 2001 From: Jacob Carlborg Date: Sun, 25 Jun 2023 16:12:44 +0200 Subject: [PATCH] fixup! Debug windows --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f2de31bd..df7eb2fa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -82,6 +82,11 @@ jobs: # llvm: '10.0.0' steps: + - name: Setup tmate session + uses: mxschmitt/action-tmate@v3 + with: + limit-access-to-actor: true + - name: Clone Repository uses: actions/checkout@v3 with: