Skip to content

Commit 9053ccb

Browse files
committed
fix gh wf
1 parent b214cef commit 9053ccb

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.40.1/tinygo_0.40.1_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)