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