fix: wrong fix for nightly

This commit is contained in:
DecDuck
2025-03-25 09:27:44 +11:00
parent 4a50d20657
commit 96ef9f251e

View File

@ -93,10 +93,10 @@ jobs:
node-version: 20
cache: yarn
- name: Install
uses: dtolnay/rust-toolchain@nightly
uses: dtolnay/rust-toolchain@stable
if: ${{ !matrix.settings.docker }}
with:
toolchain: stable
toolchain: nightly
targets: ${{ matrix.settings.target }}
- name: Cache cargo
uses: actions/cache@v4