Skip to content

Commit 125207f

Browse files
authored
Update apple_silicon.yml
1 parent 533b302 commit 125207f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/apple_silicon.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
rustup default stable
2020
2121
- name: Build Rust Code
22-
run: cargo build --release
22+
run: cargo +stable-aarch64-apple-darwin build --release
2323

2424
- name: Get Release Version
2525
id: get_release_version

0 commit comments

Comments
 (0)