ci: include aarch64-apple-darwin target
This commit is contained in:
parent
0d0abd7209
commit
9f463f658f
1 changed files with 2 additions and 0 deletions
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
|
|
@ -41,6 +41,8 @@ jobs:
|
||||||
version: 8
|
version: 8
|
||||||
- name: install Rust stable
|
- name: install Rust stable
|
||||||
uses: dtolnay/rust-toolchain@stable
|
uses: dtolnay/rust-toolchain@stable
|
||||||
|
with:
|
||||||
|
targets: aarch64-apple-darwin
|
||||||
|
|
||||||
- name: install dependencies (ubuntu only)
|
- name: install dependencies (ubuntu only)
|
||||||
if: matrix.settings.platform == 'ubuntu-latest'
|
if: matrix.settings.platform == 'ubuntu-latest'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue