fix(ci): add missing target install in mac m1 pipeline
This commit is contained in:
parent
a70dcdd7d2
commit
d6e225103b
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -139,6 +139,8 @@ jobs:
|
||||||
- name: Print target version
|
- name: Print target version
|
||||||
run: |
|
run: |
|
||||||
echo Using version ${{ needs.extract-version.outputs.espanso_version }}
|
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
|
- name: Install cargo-make
|
||||||
run: |
|
run: |
|
||||||
cargo install --force cargo-make
|
cargo install --force cargo-make
|
||||||
|
|
Loading…
Reference in New Issue
Block a user