fix(ci): add missing step in macOS arm check
This commit is contained in:
parent
8ab7d0be07
commit
680d0cf1de
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
@ -43,6 +43,9 @@ jobs:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Install target
|
- name: Install target
|
||||||
run: rustup update && rustup target add aarch64-apple-darwin
|
run: rustup update && rustup target add aarch64-apple-darwin
|
||||||
|
- name: Install cargo-make
|
||||||
|
run: |
|
||||||
|
cargo install --force cargo-make
|
||||||
- name: Check build
|
- name: Check build
|
||||||
run: cargo make build-macos-arm-binary
|
run: cargo make build-macos-arm-binary
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user