diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index da0eb6eb..773d84d5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -84,12 +84,12 @@ jobs: with: node-version: ${{ matrix.node_version }} - - name: Set up Rust nightly + - name: Set up Rust if: ${{ !matrix.skip_rust }} uses: dtolnay/rust-toolchain@master id: toolchain with: - toolchain: nightly + toolchain: stable - name: Get npm cache dir id: npm-cache-dir