Skip to content

Commit 823799d

Browse files
committed
Disable rustup upgrades
1 parent fc38e6e commit 823799d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ios.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,9 @@ jobs:
9090
# The workaround is to asking brew to reinstall rustup
9191
run: |
9292
brew install rustup
93-
rustup default stable
94-
rustup update stable
95-
rustup target add aarch64-apple-ios-sim
93+
# rustup default stable
94+
# rustup update stable
95+
# rustup target add aarch64-apple-ios-sim
9696

9797
- name: Configure Xcode project
9898
run: |

0 commit comments

Comments
 (0)