Skip to content

Commit f514471

Browse files
committed
change format
1 parent b2b2345 commit f514471

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

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

6666
- name: Install ffi toolchain (1.76.0)
6767
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
68+
rustup toolchain install 1.76.0
69+
rustup default 1.76.0
70+
rustup target add x86_64-apple-darwin
7171
- name: Build Mac
7272
run: |
7373
cargo build --release --target x86_64-apple-darwin

0 commit comments

Comments
 (0)