We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7159546 commit 199c67cCopy full SHA for 199c67c
.github/workflows/release.yml
@@ -82,8 +82,8 @@ jobs:
82
83
- name: Setup
84
run: |
85
- rustup toolchain install nightly-2024-05-18-x86_64-apple-darwin
86
- rustup component add rust-src --toolchain nightly-2024-05-18-x86_64-apple-darwin
+ rustup toolchain install nightly-2024-05-18-aarch64-apple-darwin
+ rustup component add rust-src --toolchain nightly-2024-05-18-aarch64-apple-darwin
87
rustup target add \
88
x86_64-apple-darwin \
89
aarch64-apple-darwin \
0 commit comments