Skip to content

Commit 4b1d860

Browse files
committed
Update ios rust toolchain
1 parent 5425b19 commit 4b1d860

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ios.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Setup
1515
run: |
1616
rustup toolchain install nightly-2024-05-18-x86_64-apple-darwin
17-
rustup component add rust-src --toolchain nightly-2024-05-18-x86_64-apple-darwin
17+
rustup component add rust-src --toolchain nightly-2024-05-18-aarch64-apple-darwin
1818
rustup target add \
1919
x86_64-apple-darwin \
2020
aarch64-apple-darwin \

0 commit comments

Comments
 (0)