Skip to content

Commit ec0a142

Browse files
committed
build: update wasmtime used for CI to 29.0.1 to fix issue with install during CI tests
Signed-off-by: deadprogram <[email protected]>
1 parent b7fcf6a commit ec0a142

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/linux.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ jobs:
151151
- name: Install wasmtime
152152
uses: bytecodealliance/actions/wasmtime/setup@v1
153153
with:
154-
version: "19.0.1"
154+
version: "29.0.1"
155155
- name: Install wasm-tools
156156
uses: bytecodealliance/actions/wasm-tools/setup@v1
157157
- name: Download release artifact
@@ -198,7 +198,7 @@ jobs:
198198
- name: Install wasmtime
199199
uses: bytecodealliance/actions/wasmtime/setup@v1
200200
with:
201-
version: "19.0.1"
201+
version: "29.0.1"
202202
- name: Setup `wasm-tools`
203203
uses: bytecodealliance/actions/wasm-tools/setup@v1
204204
- name: Restore LLVM source cache

.github/workflows/windows.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
C:/Users/runneradmin/go/pkg/mod
110110
- name: Install wasmtime
111111
run: |
112-
scoop install wasmtime@14.0.4
112+
scoop install wasmtime@29.0.1
113113
- name: make gen-device
114114
run: make -j3 gen-device
115115
- name: Test TinyGo
@@ -216,7 +216,7 @@ jobs:
216216
- name: Install Dependencies
217217
shell: bash
218218
run: |
219-
scoop install binaryen && scoop install wasmtime@14.0.4
219+
scoop install binaryen && scoop install wasmtime@29.0.1
220220
- name: Checkout
221221
uses: actions/checkout@v4
222222
- name: Install Go

0 commit comments

Comments
 (0)