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) \