Skip to content

Commit

Permalink
Install nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
theRookieCoder committed Dec 27, 2024
1 parent 6c83dbe commit cc2fc00
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,20 @@ jobs:
uses: dtolnay/rust-toolchain@stable
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

- name: Install Rust for Linux
if: matrix.os == 'ubuntu-latest'
uses: dtolnay/rust-toolchain@stable
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 cc2fc00

Please sign in to comment.