Skip to content

Commit

Permalink
Update ios rust toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
mugikhan committed May 20, 2024
1 parent 5425b19 commit 4b1d860
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Setup
run: |
rustup toolchain install nightly-2024-05-18-x86_64-apple-darwin
rustup component add rust-src --toolchain nightly-2024-05-18-x86_64-apple-darwin
rustup component add rust-src --toolchain nightly-2024-05-18-aarch64-apple-darwin
rustup target add \
x86_64-apple-darwin \
aarch64-apple-darwin \
Expand Down

0 comments on commit 4b1d860

Please sign in to comment.