Skip to content

Commit

Permalink
adjust rust toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
acocalypso committed Aug 2, 2024
1 parent 670787d commit 1b49982
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ jobs:
node-version: 20

- name: install Rust stable
uses: dtolnay/rust-toolchain@stable
uses: dtolnay/rust-toolchain@master
with:
toolchain: '1.70'

- name: install dependencies (ubuntu only)
if: matrix.platform == 'ubuntu-20.04'
Expand Down

0 comments on commit 1b49982

Please sign in to comment.