Skip to content

Commit

Permalink
Update CI to setup wasmtime via release artifacts.
Browse files Browse the repository at this point in the history
  • Loading branch information
peterhuene committed Jan 26, 2024
1 parent 1a07b61 commit 400c2bb
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 400c2bb

Please sign in to comment.