We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 533b302 commit 125207fCopy full SHA for 125207f
.github/workflows/apple_silicon.yml
@@ -19,7 +19,7 @@ jobs:
19
rustup default stable
20
21
- name: Build Rust Code
22
- run: cargo build --release
+ run: cargo +stable-aarch64-apple-darwin build --release
23
24
- name: Get Release Version
25
id: get_release_version
0 commit comments