Skip to content

Commit

Permalink
Use dtolnay/rust-toolchain GitHub Action
Browse files Browse the repository at this point in the history
  • Loading branch information
khssnv committed Oct 13, 2023
1 parent 15e02d5 commit 4a249e6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,10 @@ jobs:
- uses: actions/checkout@v3

- name: Rust Setup
uses: actions-rs/toolchain@v1
uses: dtolnay/rust-toolchain@master
with:
targets: wasm32-unknown-unknown
toolchain: nightly-2023-05-22

- name: Rustfmt
uses: actions-rs/cargo@v1
Expand Down

0 comments on commit 4a249e6

Please sign in to comment.