fix(ci): add tmate to m1 pipeline to ease debugging

This commit is contained in:
Federico Terzi 2021-10-02 15:51:28 +02:00
parent 2077eadd21
commit 52632ec51c

View File

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