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 node-version: 20
cache: yarn cache: yarn
- name: Install - name: Install
uses: dtolnay/rust-toolchain@nightly uses: dtolnay/rust-toolchain@stable
if: ${{ !matrix.settings.docker }} if: ${{ !matrix.settings.docker }}
with: with:
toolchain: stable toolchain: nightly
targets: ${{ matrix.settings.target }} targets: ${{ matrix.settings.target }}
- name: Cache cargo - name: Cache cargo
uses: actions/cache@v4 uses: actions/cache@v4