File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ jobs:
151
151
- name : Install wasmtime
152
152
uses : bytecodealliance/actions/wasmtime/setup@v1
153
153
with :
154
- version : " 19 .0.1"
154
+ version : " 29 .0.1"
155
155
- name : Install wasm-tools
156
156
uses : bytecodealliance/actions/wasm-tools/setup@v1
157
157
- name : Download release artifact
@@ -198,7 +198,7 @@ jobs:
198
198
- name : Install wasmtime
199
199
uses : bytecodealliance/actions/wasmtime/setup@v1
200
200
with :
201
- version : " 19 .0.1"
201
+ version : " 29 .0.1"
202
202
- name : Setup `wasm-tools`
203
203
uses : bytecodealliance/actions/wasm-tools/setup@v1
204
204
- name : Restore LLVM source cache
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ jobs:
109
109
C:/Users/runneradmin/go/pkg/mod
110
110
- name : Install wasmtime
111
111
run : |
112
- scoop install wasmtime@14 .0.4
112
+ scoop install wasmtime@29 .0.1
113
113
- name : make gen-device
114
114
run : make -j3 gen-device
115
115
- name : Test TinyGo
@@ -216,7 +216,7 @@ jobs:
216
216
- name : Install Dependencies
217
217
shell : bash
218
218
run : |
219
- scoop install binaryen && scoop install wasmtime@14 .0.4
219
+ scoop install binaryen && scoop install wasmtime@29 .0.1
220
220
- name : Checkout
221
221
uses : actions/checkout@v4
222
222
- name : Install Go
You can’t perform that action at this time.
0 commit comments