File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -35,20 +35,20 @@ jobs:
35
35
uses : dtolnay/rust-toolchain@stable
36
36
with :
37
37
targets : aarch64-apple-darwin, x86_64-apple-darwin
38
- toolchain : stable, nightly
38
+ toolchain : stable nightly
39
39
40
40
- name : Install Rust for Windows
41
41
if : matrix.os == 'windows-latest'
42
42
uses : dtolnay/rust-toolchain@stable
43
43
with :
44
- toolchain : stable, nightly
44
+ toolchain : stable nightly
45
45
46
46
- name : Install Rust for Linux
47
47
if : matrix.os == 'ubuntu-latest'
48
48
uses : dtolnay/rust-toolchain@stable
49
49
with :
50
50
targets : x86_64-pc-windows-gnu, x86_64-unknown-linux-musl, aarch64-unknown-linux-musl
51
- toolchain : stable, nightly
51
+ toolchain : stable nightly
52
52
53
53
- name : Install Linux dependencies
54
54
if : matrix.os == 'ubuntu-latest'
You can’t perform that action at this time.
0 commit comments