fix(ci): add missing step in macOS arm check

This commit is contained in:
Federico Terzi 2021-10-02 14:22:12 +02:00
parent 8ab7d0be07
commit 680d0cf1de

View File

@ -43,6 +43,9 @@ jobs:
- uses: actions/checkout@v2
- name: Install target
run: rustup update && rustup target add aarch64-apple-darwin
- name: Install cargo-make
run: |
cargo install --force cargo-make
- name: Check build
run: cargo make build-macos-arm-binary