Skip to content

Commit b458208

Browse files
committed
Try rustup stable
1 parent 19c8c79 commit b458208

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ios.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,8 @@ jobs:
7575
xcode-version: '15.0.1'
7676
- name: Configure Rust
7777
run: |
78-
rustup update 1.77.0
78+
rustup default stable
79+
rustup update stable
7980
rustup target add aarch64-apple-ios-sim
8081
8182
- name: Configure Xcode project

0 commit comments

Comments
 (0)