From fc38e6e8c2408d372006532aa684d27583eac616 Mon Sep 17 00:00:00 2001 From: Bug Magnet Date: Mon, 29 Jul 2024 11:48:26 +0200 Subject: [PATCH] Reinstall rustup --- .github/workflows/ios.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ios.yml b/.github/workflows/ios.yml index 6ec585498d7a..2fcb6c36709f 100644 --- a/.github/workflows/ios.yml +++ b/.github/workflows/ios.yml @@ -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 + # 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