File tree 5 files changed +15
-5
lines changed
5 files changed +15
-5
lines changed Original file line number Diff line number Diff line change 30
30
uses : actions/checkout@v4
31
31
32
32
- name : Configure Rust
33
- run : rustup target add aarch64-apple-ios aarch64-apple-ios-sim
33
+ run : |
34
+ rustup update 1.77.0
35
+ rustup target add aarch64-apple-ios aarch64-apple-ios-sim
34
36
35
37
- name : Configure Xcode project
36
38
run : |
Original file line number Diff line number Diff line change 31
31
with :
32
32
xcode-version : ' 15.0.1'
33
33
- name : Configure Rust
34
- run : rustup target add aarch64-apple-ios-sim x86_64-apple-ios
34
+ run : |
35
+ rustup update 1.77.0
36
+ rustup target add aarch64-apple-ios-sim x86_64-apple-ios
35
37
36
38
- name : Configure Xcode project
37
39
run : |
Original file line number Diff line number Diff line change 47
47
with :
48
48
xcode-version : ' 15.0.1'
49
49
- name : Configure Rust
50
- run : rustup target add aarch64-apple-ios-sim
50
+ run : |
51
+ rustup update 1.77.0
52
+ rustup target add aarch64-apple-ios-sim
51
53
52
54
- name : Configure Xcode project
53
55
run : |
Original file line number Diff line number Diff line change 47
47
with :
48
48
xcode-version : ' 15.0.1'
49
49
- name : Configure Rust
50
- run : rustup target add aarch64-apple-ios-sim x86_64-apple-ios
50
+ run : |
51
+ rustup update 1.77.0
52
+ rustup target add aarch64-apple-ios-sim x86_64-apple-ios
51
53
52
54
- name : Configure Xcode project
53
55
run : |
Original file line number Diff line number Diff line change 74
74
with :
75
75
xcode-version : ' 15.0.1'
76
76
- name : Configure Rust
77
- run : rustup target add aarch64-apple-ios-sim
77
+ run : |
78
+ rustup update 1.77.0
79
+ rustup target add aarch64-apple-ios-sim
78
80
79
81
- name : Configure Xcode project
80
82
run : |
You can’t perform that action at this time.
0 commit comments