Skip to content

Commit

Permalink
Fix CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
newpavlov committed Sep 18, 2024
1 parent c1c63c0 commit 9b56e5c
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 @@ -281,7 +281,7 @@ jobs:
- uses: dtolnay/rust-toolchain@master
with:
toolchain: nightly # TODO: Use stable after 1.82 is released as stable
targets: [wasm32-wasip1, wasm32-wasip2]
targets: wasm32-wasip1,wasm32-wasip2
- name: Install Wasmtime
run: |
VERSION=v24.0.0
Expand Down

0 comments on commit 9b56e5c

Please sign in to comment.