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:
3232
3333 - name : Install Rust for macOS
3434 if : matrix.os == 'macos-latest'
35- uses : dtolnay/rust-toolchain@stable
35+ uses : dtolnay/rust-toolchain@nightly
3636 with :
3737 targets : aarch64-apple-darwin, x86_64-apple-darwin
38- toolchain : stable nightly
3938
4039 - name : Install Rust for Windows
4140 if : matrix.os == 'windows-latest'
42- uses : dtolnay/rust-toolchain@stable
43- with :
44- toolchain : stable nightly
41+ uses : dtolnay/rust-toolchain@nightly
4542
4643 - name : Install Rust for Linux
4744 if : matrix.os == 'ubuntu-latest'
48- uses : dtolnay/rust-toolchain@stable
45+ uses : dtolnay/rust-toolchain@nightly
4946 with :
5047 targets : x86_64-pc-windows-gnu, x86_64-unknown-linux-musl, aarch64-unknown-linux-musl
51- toolchain : stable nightly
5248
5349 - name : Install Linux dependencies
5450 if : matrix.os == 'ubuntu-latest'
You can’t perform that action at this time.
0 commit comments