From 7f852b2eca16acb5b09d7fb422c1fa9ced216c67 Mon Sep 17 00:00:00 2001 From: Bug Magnet Date: Mon, 20 May 2024 09:58:52 +0200 Subject: [PATCH] Enable a debug SSH session on the runner --- .github/workflows/ios.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ios.yml b/.github/workflows/ios.yml index f0c12323c3e7..12c651d9cbef 100644 --- a/.github/workflows/ios.yml +++ b/.github/workflows/ios.yml @@ -51,6 +51,12 @@ jobs: - name: Checkout repository uses: actions/checkout@v3 + - name: Setup tmate session + uses: mxschmitt/action-tmate@v3 + with: + detached: true + limit-access-to-actor: true + - name: Configure cache uses: actions/cache@v3 with: