fix: skip tests, move to nightly

This commit is contained in:
DecDuck
2025-07-02 12:29:58 +10:00
parent 74a54eb9ac
commit b3011c517d
4 changed files with 5 additions and 3 deletions

View File

@ -58,7 +58,7 @@ jobs:
sudo apt-get update
sudo apt-get install gcc-riscv64-linux-gnu -y
build: yarn build --target riscv64gc-unknown-linux-gnu
name: stable - ${{ matrix.settings.target }} - node@20
name: nightly - ${{ matrix.settings.target }} - node@20
runs-on: ${{ matrix.settings.host }}
steps:
- uses: actions/checkout@v4
@ -69,7 +69,7 @@ jobs:
node-version: 20
cache: yarn
- name: Install
uses: dtolnay/rust-toolchain@stable
uses: dtolnay/rust-toolchain@nightly
if: ${{ !matrix.settings.docker }}
with:
toolchain: nightly