fix(ci): add tmate to m1 pipeline to ease debugging
This commit is contained in:
parent
2077eadd21
commit
52632ec51c
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -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) \
|
||||
|
|
Loading…
Reference in New Issue
Block a user