Skip to content

Commit

Permalink
ci: switch to Rust stable
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBjare committed Nov 7, 2023
1 parent e1de509 commit 95e746f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 95e746f

Please sign in to comment.