Skip to content

Commit b8a72e8

Browse files
committed
fix gh wf
1 parent b214cef commit b8a72e8

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/pages.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,10 @@ jobs:
2323
with:
2424
go-version-file: go.mod
2525

26-
- uses: nicholasgasior/setup-tinygo@v1
27-
with:
28-
tinygo-version: 0.35.0
26+
- name: Install TinyGo
27+
run: |
28+
wget -q https://github.com/tinygo-org/tinygo/releases/download/v0.35.0/tinygo_0.35.0_amd64.deb -O /tmp/tinygo.deb
29+
sudo dpkg -i /tmp/tinygo.deb
2930
3031
- name: Build WASM artifacts
3132
run: |

0 commit comments

Comments
 (0)