From 3395785565f94a2d7dd19d7b336903dd81818a1a Mon Sep 17 00:00:00 2001 From: Max Richter Date: Sat, 11 Oct 2025 12:51:35 +0200 Subject: [PATCH] fix(ci): setup tinygo --- .gitea/workflows/build.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 44538ad..06aaa95 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -26,6 +26,10 @@ jobs: with: version: 9 + - uses: acifani/setup-tinygo@v2 + with: + tinygo-version: '0.37.0' + # Step 4: Install the playground's dependencies. - name: Install playground dependencies working-directory: ./playground