build: pin wasmtime version used for testing to v13.0.0

Signed-off-by: deadprogram <ron@hybridgroup.com>
This commit is contained in:
deadprogram
2023-10-24 08:07:38 +02:00
committed by Ron Evans
parent a90295430c
commit fd50227a3d
2 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -96,7 +96,7 @@ jobs:
run: make wasi-libc
- name: Install wasmtime
run: |
scoop install wasmtime
scoop install wasmtime@13.0.0
- name: make gen-device
run: make -j3 gen-device
- name: Test TinyGo
@@ -203,7 +203,7 @@ jobs:
- name: Install Dependencies
shell: bash
run: |
scoop install binaryen wasmtime
scoop install binaryen && scoop install wasmtime@13.0.0
- name: Checkout
uses: actions/checkout@v3
- name: Install Go