Skip to content

Commit 21cdfd5

Browse files
committed
Use wasmtime nightlies (dev) when running tests in CI
The latest Rust toolchains have a wasm-tools that is too new for released wasmtime versions. So, for the moment, use nightlies.
1 parent 9b69d37 commit 21cdfd5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/compile-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
runs-on: ${{ matrix.os }}
142142
needs: [build_assemblyscript, build_c, build_rust]
143143
env:
144-
WASMTIME_VERSION: v39.0.1
144+
WASMTIME_VERSION: dev
145145
strategy:
146146
matrix:
147147
os: [ubuntu-latest, windows-latest, macos-latest, windows-11-arm]

0 commit comments

Comments
 (0)