From 77559e214449109caaa7dfbb68138f7b51699379 Mon Sep 17 00:00:00 2001
From: Remy Moll <me@moll.re>
Date: Thu, 2 May 2024 18:33:34 +0200
Subject: [PATCH] some mooore

---
 .gitea/workflows/build-android.yaml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.gitea/workflows/build-android.yaml b/.gitea/workflows/build-android.yaml
index 47d3ede..9fbc670 100644
--- a/.gitea/workflows/build-android.yaml
+++ b/.gitea/workflows/build-android.yaml
@@ -21,6 +21,11 @@ jobs:
     - run: flutter pub get
     # - run: flutter test
     - run: flutter build apk --debug --split-per-abi
+
+    - name: setup go # gitea release action requires go
+      uses: https://github.com/actions/setup-go@v4
+      with:
+        go-version: '>=1.20.1'
     - name: Push APK to Releases
       uses: https://gitea.com/actions/release-action@main
       with: