Skip to content

Commit

Permalink
Downgrade wasmtime
Browse files Browse the repository at this point in the history
  • Loading branch information
newpavlov committed Sep 5, 2024
1 parent e39dcbb commit b3094b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ jobs:
targets: wasm32-wasip1
- name: Install precompiled wasmtime
run: |
VERSION=v24.0.0
VERSION=v23.0.2
URL=https://github.com/bytecodealliance/wasmtime/releases/download/${VERSION}/wasmtime-${VERSION}-x86_64-linux.tar.xz
wget -O - $URL | tar -xJ --strip-components=1 -C ~/.cargo/bin
wasmtime --version
Expand All @@ -301,7 +301,7 @@ jobs:
components: rust-src
- name: Install precompiled wasmtime
run: |
VERSION=v24.0.0
VERSION=v23.0.2
URL=https://github.com/bytecodealliance/wasmtime/releases/download/${VERSION}/wasmtime-${VERSION}-x86_64-linux.tar.xz
wget -O - $URL | tar -xJ --strip-components=1 -C ~/.cargo/bin
wasmtime --version
Expand Down

0 comments on commit b3094b4

Please sign in to comment.