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