Skip to content

Commit a5715b7

Browse files
committed
add --force-non-host to yaml for mac
1 parent 753d542 commit a5715b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565

6666
- name: Install ffi toolchain (1.76.0)
6767
run: |
68-
rustup install 1.76.0-x86_64-apple-darwin
68+
rustup install 1.76.0-x86_64-apple-darwin --force-non-host
6969
rustup default 1.76.0-x86_64-apple-darwin
7070
- name: Build Mac
7171
run: |

0 commit comments

Comments
 (0)