Skip to content

Commit c52e631

Browse files
Fully switch to nightly
1 parent 584228b commit c52e631

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)