diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aa9c39c..bae2e1a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,10 +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: Setup tmate session + uses: mxschmitt/action-tmate@v3 + with: + limit-access-to-actor: true - name: Build run: | cargo make build-macos-arm-binary