fix: switch to rust nightly

This commit is contained in:
DecDuck
2025-05-07 13:51:27 +10:00
parent a71ff160c2
commit a643d6102b

View File

@ -36,8 +36,8 @@ jobs:
with:
node-version: lts/*
- name: install Rust stable
uses: dtolnay/rust-toolchain@stable
- name: install Rust nightly
uses: dtolnay/rust-toolchain@nightly
with:
# Those targets are only used on macos runners so it's in an `if` to slightly speed up windows and linux builds.
targets: ${{ matrix.platform == 'macos-latest' && 'aarch64-apple-darwin,x86_64-apple-darwin' || '' }}