From c50f248c9d9330d682e873138d53d6d047049770 Mon Sep 17 00:00:00 2001 From: Minimata Date: Tue, 10 Jun 2025 18:59:20 +0200 Subject: [PATCH] ci: actually using a mono godot image to build C# --- .gitea/workflows/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/main.yaml b/.gitea/workflows/main.yaml index 9bc89ee..b5a9c62 100644 --- a/.gitea/workflows/main.yaml +++ b/.gitea/workflows/main.yaml @@ -40,7 +40,7 @@ jobs: runs-on: ubuntu-latest needs: BumpTag container: - image: barichello/godot-ci:4.4 + image: barichello/godot-ci:mono-4.4.1 steps: - name: Install node, curl and zip