Skip to content

Commit cc2fc00

Browse files
Install nightly
1 parent 6c83dbe commit cc2fc00

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,16 +35,20 @@ jobs:
3535
uses: dtolnay/rust-toolchain@stable
3636
with:
3737
targets: aarch64-apple-darwin, x86_64-apple-darwin
38+
toolchain: stable, nightly
3839

3940
- name: Install Rust for Windows
4041
if: matrix.os == 'windows-latest'
4142
uses: dtolnay/rust-toolchain@stable
43+
with:
44+
toolchain: stable, nightly
4245

4346
- name: Install Rust for Linux
4447
if: matrix.os == 'ubuntu-latest'
4548
uses: dtolnay/rust-toolchain@stable
4649
with:
4750
targets: x86_64-pc-windows-gnu, x86_64-unknown-linux-musl, aarch64-unknown-linux-musl
51+
toolchain: stable, nightly
4852

4953
- name: Install Linux dependencies
5054
if: matrix.os == 'ubuntu-latest'

0 commit comments

Comments
 (0)