File tree Expand file tree Collapse file tree 2 files changed +2
-42
lines changed Expand file tree Collapse file tree 2 files changed +2
-42
lines changed Original file line number Diff line number Diff line change 18
18
strategy :
19
19
matrix :
20
20
os : [ubuntu-latest,macos-latest,windows-latest]
21
- rust : [nightly]
22
- include :
23
- - os : macOS-latest
24
- rust : ' nightly'
25
- components : ' rustfmt, clippy, rust-src'
26
- targets : ' x86_64-apple-darwin'
27
- - os : windows-latest
28
- rust : ' nightly'
29
- components : ' rustfmt, clippy, rust-src'
30
- targets : ' x86_64-pc-windows-msvc'
31
- - os : ubuntu-latest
32
- rust : ' nightly'
33
- components : ' rustfmt, clippy, rust-src'
34
- targets : ' x86_64-unknown-linux-musl'
35
-
36
21
37
22
steps :
38
-
39
- with :
40
- rust-version : ${{ matrix.rust }}
41
- components : ${{ matrix.components || '' }}
42
- targets : ${{ matrix.targets || '' }}
43
- - uses : actions/checkout@v1
23
+ - uses : actions/checkout@v2
44
24
with :
45
25
submodules : true
46
26
- name : Check Cargo availability
Original file line number Diff line number Diff line change 16
16
strategy :
17
17
matrix :
18
18
os : [ubuntu-latest]
19
- rust : [nightly]
20
- include :
21
- - os : macOS-latest
22
- rust : ' nightly'
23
- components : ' rustfmt, clippy'
24
- targets : ' x86_64-apple-darwin'
25
- - os : windows-latest
26
- rust : ' nightly'
27
- components : ' rustfmt, clippy'
28
- targets : ' x86_64-pc-windows-msvc'
29
- - os : ubuntu-latest
30
- rust : ' nightly'
31
- components : ' rustfmt, clippy'
32
- targets : ' x86_64-unknown-linux-musl'
33
-
34
19
35
20
steps :
36
-
37
- with :
38
- rust-version : ${{ matrix.rust }}
39
- components : ${{ matrix.components || '' }}
40
- targets : ${{ matrix.targets || '' }}
41
- - uses : actions/checkout@v1
21
+ - uses : actions/checkout@v2
42
22
with :
43
23
submodules : true
44
24
- name : Check Cargo availability
You can’t perform that action at this time.
0 commit comments