We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b409c65 commit acb4731Copy full SHA for acb4731
.github/workflows/build.yml
@@ -191,13 +191,13 @@ jobs:
191
- name: Install Rust wasm target
192
run: rustup target add wasm32-wasip1 wasm32-unknown-unknown
193
- uses: goto-bus-stop/setup-zig@v2
194
- with:
195
- version: "0.14.1"
196
- uses: actions/setup-go@v4
197
with:
198
go-version: "1.23"
199
cache-dependency-path: "**/go.sum" # To suppress warning: https://github.com/actions/setup-go/issues/427
200
- uses: acifani/setup-tinygo@v2
+ with:
+ tinygo-version: "0.37.0"
201
- uses: actions/setup-node@v3
202
203
node-version: "22.x"
0 commit comments