Skip to content

Commit

Permalink
ci: use Rust 1.82 for WASI tests (#529)
Browse files Browse the repository at this point in the history
  • Loading branch information
newpavlov authored Oct 18, 2024
1 parent 6054438 commit 3f8e95e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ jobs:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@master
with:
toolchain: nightly # TODO: Use stable after 1.82 is released as stable
toolchain: 1.82
targets: wasm32-wasip1,wasm32-wasip2
- name: Install Wasmtime
run: |
Expand Down

0 comments on commit 3f8e95e

Please sign in to comment.