Skip to content

Commit 743c740

Browse files
committed
missing mac silicon rust pieces
1 parent a972b52 commit 743c740

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,8 @@ jobs:
178178
- name: Build Windows AMD64
179179
run: cross build --release --target x86_64-pc-windows-gnu
180180

181+
- name: Add Mac Rust to PATH
182+
run: rustup target add aarch64-apple-darwin
181183
- name: Build Mac ARM64
182184
run: cross build --release --target aarch64-apple-darwin
183185

0 commit comments

Comments
 (0)