Skip to content

Commit fc38e6e

Browse files
committed
Reinstall rustup
1 parent 4f93597 commit fc38e6e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ios.yml

+4
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,11 @@ jobs:
8585
with:
8686
xcode-version: '15.0.1'
8787
- name: Configure Rust
88+
# In the https://github.com/actions/runner-images/releases/tag/macos-13-arm64%2F20240721.1 release, Github changed where rustup was installed
89+
# This update broke our build script which was assuming the cargo binary was located in ~/.cargo/bin/cargo
90+
# The workaround is to asking brew to reinstall rustup
8891
run: |
92+
brew install rustup
8993
rustup default stable
9094
rustup update stable
9195
rustup target add aarch64-apple-ios-sim

0 commit comments

Comments
 (0)