Skip to content

Commit

Permalink
Fully switch to nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
theRookieCoder committed Dec 27, 2024
1 parent 584228b commit c52e631
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,23 +32,19 @@ jobs:

- name: Install Rust for macOS
if: matrix.os == 'macos-latest'
uses: dtolnay/rust-toolchain@stable
uses: dtolnay/rust-toolchain@nightly
with:
targets: aarch64-apple-darwin, x86_64-apple-darwin
toolchain: stable nightly

- name: Install Rust for Windows
if: matrix.os == 'windows-latest'
uses: dtolnay/rust-toolchain@stable
with:
toolchain: stable nightly
uses: dtolnay/rust-toolchain@nightly

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

- name: Install Linux dependencies
if: matrix.os == 'ubuntu-latest'
Expand Down

0 comments on commit c52e631

Please sign in to comment.