From 52632ec51c37be7f530bbaff0c174b82142be357 Mon Sep 17 00:00:00 2001 From: Federico Terzi Date: Sat, 2 Oct 2021 15:51:28 +0200 Subject: [PATCH] fix(ci): add tmate to m1 pipeline to ease debugging --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fdc8578..a2b91ed 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,6 +53,10 @@ jobs: - name: Install cargo-make run: | cargo install --force cargo-make + - name: Setup tmate session + uses: mxschmitt/action-tmate@v3 + with: + limit-access-to-actor: true - name: Build run: | SDKROOT=$(xcrun -sdk macosx11.3 --show-sdk-path) \