Skip to content

Commit

Permalink
add toolchains
Browse files Browse the repository at this point in the history
  • Loading branch information
sxlijin committed Oct 18, 2022
1 parent b851705 commit 3e47862
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- uses: dtolnay/rust-toolchain@stable

- name: Set up toolchains
run: rustup target add x86_64-apple-darwin
run: rustup target add x86_64-apple-darwin aarch64-apple-darwin

- name: Build --release
run: cargo build --release --target x86_64-apple-darwin --target aarch64-apple-darwin
Expand Down

0 comments on commit 3e47862

Please sign in to comment.