File tree 5 files changed +21
-5
lines changed
5 files changed +21
-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 default stable
35
+ rustup update stable
36
+ rustup target add aarch64-apple-ios aarch64-apple-ios-sim
34
37
35
38
- name : Configure Xcode project
36
39
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 default stable
36
+ rustup update stable
37
+ rustup target add aarch64-apple-ios-sim x86_64-apple-ios
35
38
36
39
- name : Configure Xcode project
37
40
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 default stable
52
+ rustup update stable
53
+ rustup target add aarch64-apple-ios-sim
51
54
52
55
- name : Configure Xcode project
53
56
run : |
Original file line number Diff line number Diff line change 12
12
- ios/.swiftformat
13
13
- ios/**/*.swift
14
14
- ios/**/*.xctestplan
15
+ - Cargo.toml
15
16
workflow_dispatch :
16
17
jobs :
17
18
test :
47
48
with :
48
49
xcode-version : ' 15.0.1'
49
50
- name : Configure Rust
50
- run : rustup target add aarch64-apple-ios-sim x86_64-apple-ios
51
+ run : |
52
+ rustup default stable
53
+ rustup update stable
54
+ rustup target add aarch64-apple-ios-sim x86_64-apple-ios
51
55
52
56
- name : Configure Xcode project
53
57
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 default stable
79
+ rustup update stable
80
+ rustup target add aarch64-apple-ios-sim
78
81
79
82
- name : Configure Xcode project
80
83
run : |
You can’t perform that action at this time.
0 commit comments