File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 8
8
matrix :
9
9
toolchain : [stable, nightly]
10
10
steps :
11
- - uses : actions/checkout@v2
11
+ - uses : actions/checkout@v3
12
12
- name : Install llvm and clang
13
13
run : brew install llvm
14
14
- name : Install stable
31
31
toolchain : [stable, nightly]
32
32
target : [aarch64-apple-ios, x86_64-apple-ios, aarch64-apple-ios-sim]
33
33
steps :
34
- - uses : actions/checkout@v2
34
+ - uses : actions/checkout@v3
35
35
- name : Install stable rust toolchain
36
36
uses : actions-rs/toolchain@v1
37
37
with :
54
54
macos-docs :
55
55
runs-on : macOS-latest
56
56
steps :
57
- - uses : actions/checkout@v2
57
+ - uses : actions/checkout@v3
58
58
- name : Install llvm and clang
59
59
run : brew install llvm
60
60
- name : Install stable
74
74
CRATESIO_TOKEN : ${{ secrets.CRATESIO_TOKEN }}
75
75
runs-on : macOS-latest
76
76
steps :
77
- - uses : actions/checkout@v2
77
+ - uses : actions/checkout@v3
78
78
- name : Install llvm and clang
79
79
run : brew install llvm
80
80
- name : Install stable
You can’t perform that action at this time.
0 commit comments