File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments