From f37c1c046b7b4b95118bf2cd3a628ee5330ce73b Mon Sep 17 00:00:00 2001 From: Bug Magnet Date: Mon, 29 Jul 2024 13:47:09 +0200 Subject: [PATCH] Do not forget to add rustup --- .github/workflows/ios.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ios.yml b/.github/workflows/ios.yml index 0e8e425d5827..e3cb29bb1a5e 100644 --- a/.github/workflows/ios.yml +++ b/.github/workflows/ios.yml @@ -91,6 +91,9 @@ jobs: run: | brew bundle dump brew bundle + rustup default stable + rustup update stable + rustup target add aarch64-apple-ios-sim # rustup default stable # rustup update stable # rustup target add aarch64-apple-ios-sim