Skip to content

Commit

Permalink
Disable rustup upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
buggmagnet committed Jul 29, 2024
1 parent fc38e6e commit b341018
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,13 @@ jobs:
- 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
# The workaround is to fix brew paths by running brew bundle
run: |
brew install rustup
rustup default stable
rustup update stable
rustup target add aarch64-apple-ios-sim
brew bundle dump
brew bundle
# rustup default stable
# rustup update stable
# rustup target add aarch64-apple-ios-sim

- name: Configure Xcode project
run: |
Expand Down

0 comments on commit b341018

Please sign in to comment.