From 2d6ff90f31d5ae7452bd66da64abe47a969ac358 Mon Sep 17 00:00:00 2001 From: Alexis Couvreur Date: Fri, 28 Jun 2024 13:27:46 -0400 Subject: [PATCH] build(release): setup tinygo before release --- .github/workflows/release.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 458d55a..0601cdb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,6 +25,11 @@ jobs: uses: actions/setup-node@v4 with: node-version: '20' + + - name: Setup TinyGo + uses: acifani/setup-tinygo@v2 + with: + tinygo-version: '0.31.2' - name: Release env: