Skip to content

Commit f4abaee

Browse files
committed
fix: pinning wasmtime version
Signed-off-by: Andrew Steurer <94206073+asteurer@users.noreply.github.com>
1 parent 3738a73 commit f4abaee

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/pr.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,7 @@ jobs:
3535
with:
3636
go-version: 'stable'
3737
- uses: bytecodealliance/actions/wasmtime/setup@v1
38+
with:
39+
version: "40.0.2"
3840
- run: rustup update stable --no-self-update && rustup default stable
3941
- run: cargo test --workspace

0 commit comments

Comments
 (0)