Skip to content

Commit

Permalink
Reinstall rustup
Browse files Browse the repository at this point in the history
  • Loading branch information
buggmagnet committed Jul 29, 2024
1 parent 4f93597 commit fc38e6e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,11 @@ jobs:
with:
xcode-version: '15.0.1'
- name: Configure Rust
# In the https://github.com/actions/runner-images/releases/tag/macos-13-arm64%2F20240721.1 release, Github changed where rustup was installed

Check failure on line 88 in .github/workflows/ios.yml

View workflow job for this annotation

GitHub Actions / check-formatting

88:121 [line-length] line too long (149 > 120 characters)
# This update broke our build script which was assuming the cargo binary was located in ~/.cargo/bin/cargo
# The workaround is to asking brew to reinstall rustup
run: |
brew install rustup
rustup default stable
rustup update stable
rustup target add aarch64-apple-ios-sim
Expand Down

0 comments on commit fc38e6e

Please sign in to comment.