We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 443e80a commit 8540459Copy full SHA for 8540459
1 file changed
.github/workflows/deploy.yml
@@ -13,6 +13,7 @@ jobs:
13
with: { go-version-file: go.mod, check-latest: true }
14
- name: Setup TinyGo
15
uses: acifani/setup-tinygo@v2
16
+ # https://github.com/tinygo-org/tinygo/issues/4873
17
with: { tinygo-version: 0.36.0 }
18
- name: Generate App
19
run: make playground
0 commit comments