Skip to content

Commit

Permalink
Update CI to setup wasmtime via release artifacts. (#219)
Browse files Browse the repository at this point in the history
Closes #216.
  • Loading branch information
peterhuene authored Jan 26, 2024
1 parent 41eb568 commit b8858b8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,10 @@ jobs:
rustup target add wasm32-wasi --toolchain nightly
rustup target add wasm32-unknown-unknown
shell: bash
- name: Install Wasmtime
run: cargo install wasmtime-cli --locked --features="component-model" --version 17.0.0
- name: Install `wasmtime`
uses: bytecodealliance/actions/wasmtime/setup@v1
with:
version: "v17.0.0"
- name: Run all tests
run: cargo test --all

Expand Down

0 comments on commit b8858b8

Please sign in to comment.