Skip to content

Commit d0c88a7

Browse files
committed
fix yaml for mac
1 parent a5715b7 commit d0c88a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ jobs:
6565

6666
- name: Install ffi toolchain (1.76.0)
6767
run: |
68-
rustup install 1.76.0-x86_64-apple-darwin --force-non-host
69-
rustup default 1.76.0-x86_64-apple-darwin
68+
rustup install 1.76.0
69+
rustup target add x86_64-apple-darwin --toolchain 1.76.0
7070
- name: Build Mac
7171
run: |
7272
cargo build --release --target x86_64-apple-darwin

0 commit comments

Comments
 (0)