Skip to content

Commit acb4731

Browse files
committed
revert version edit
Signed-off-by: Aminu 'Seun Joshua <[email protected]>
1 parent b409c65 commit acb4731

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,13 +191,13 @@ jobs:
191191
- name: Install Rust wasm target
192192
run: rustup target add wasm32-wasip1 wasm32-unknown-unknown
193193
- uses: goto-bus-stop/setup-zig@v2
194-
with:
195-
version: "0.14.1"
196194
- uses: actions/setup-go@v4
197195
with:
198196
go-version: "1.23"
199197
cache-dependency-path: "**/go.sum" # To suppress warning: https://github.com/actions/setup-go/issues/427
200198
- uses: acifani/setup-tinygo@v2
199+
with:
200+
tinygo-version: "0.37.0"
201201
- uses: actions/setup-node@v3
202202
with:
203203
node-version: "22.x"

0 commit comments

Comments
 (0)