Skip to content

Commit

Permalink
ci: set toolchain override
Browse files Browse the repository at this point in the history
  • Loading branch information
mooori committed Jan 23, 2024
1 parent ff853d5 commit 52257b3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
toolchain: 1.69.0 # MSRV
override: true
target: wasm32-unknown-unknown

- uses: Swatinem/rust-cache@v1
Expand All @@ -44,6 +45,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
toolchain: 1.69.0 # MSRV
override: true
components: rustfmt, clippy

- uses: Swatinem/rust-cache@v1
Expand Down

0 comments on commit 52257b3

Please sign in to comment.