We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5715b7 commit d0c88a7Copy full SHA for d0c88a7
.github/workflows/release.yml
@@ -65,8 +65,8 @@ jobs:
65
66
- name: Install ffi toolchain (1.76.0)
67
run: |
68
- rustup install 1.76.0-x86_64-apple-darwin --force-non-host
69
- rustup default 1.76.0-x86_64-apple-darwin
+ rustup install 1.76.0
+ rustup target add x86_64-apple-darwin --toolchain 1.76.0
70
- name: Build Mac
71
72
cargo build --release --target x86_64-apple-darwin
0 commit comments