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:
3535 uses : dtolnay/rust-toolchain@stable
3636 with :
3737 targets : aarch64-apple-darwin, x86_64-apple-darwin
38- toolchain : stable, nightly
38+ toolchain : stable nightly
3939
4040 - name : Install Rust for Windows
4141 if : matrix.os == 'windows-latest'
4242 uses : dtolnay/rust-toolchain@stable
4343 with :
44- toolchain : stable, nightly
44+ toolchain : stable nightly
4545
4646 - name : Install Rust for Linux
4747 if : matrix.os == 'ubuntu-latest'
4848 uses : dtolnay/rust-toolchain@stable
4949 with :
5050 targets : x86_64-pc-windows-gnu, x86_64-unknown-linux-musl, aarch64-unknown-linux-musl
51- toolchain : stable, nightly
51+ toolchain : stable nightly
5252
5353 - name : Install Linux dependencies
5454 if : matrix.os == 'ubuntu-latest'
You can’t perform that action at this time.
0 commit comments