fix(ci): add missing target install in mac m1 pipeline

This commit is contained in:
Federico Terzi 2021-10-04 15:31:05 +02:00
parent a70dcdd7d2
commit d6e225103b

View File

@ -139,6 +139,8 @@ jobs:
- name: Print target version
run: |
echo Using version ${{ needs.extract-version.outputs.espanso_version }}
- name: Install rust target
run: rustup update && rustup target add aarch64-apple-darwin
- name: Install cargo-make
run: |
cargo install --force cargo-make