From 294d8340a1f94d121d9159498a59e535424003ef Mon Sep 17 00:00:00 2001 From: jasonm23 Date: Tue, 1 Oct 2024 16:01:39 +0700 Subject: [PATCH] Temporarily enable debug for all xcode builds --- .github/workflows/xcode-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/xcode-build.yml b/.github/workflows/xcode-build.yml index a2b9a318..3e5141ec 100644 --- a/.github/workflows/xcode-build.yml +++ b/.github/workflows/xcode-build.yml @@ -61,9 +61,9 @@ jobs: bin/ci_is_production - name: Setup tmate session - if: "${{ github.event.inputs.debug == 'true' }}" + # if: "${{ github.event.inputs.debug == 'true' }}" uses: mxschmitt/action-tmate@v3 - timeout-minutes: 15 + timeout-minutes: 60 with: limit-access-to-actor: true