From 07e33ebb356de24b6f8c251e35009b1e21d93844 Mon Sep 17 00:00:00 2001 From: Ghost Fox Date: Wed, 15 Oct 2025 00:14:35 +0200 Subject: [PATCH] Update .gitea/workflows/build-git.yaml --- .gitea/workflows/build-git.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build-git.yaml b/.gitea/workflows/build-git.yaml index 9a02bf1..263697e 100644 --- a/.gitea/workflows/build-git.yaml +++ b/.gitea/workflows/build-git.yaml @@ -4,7 +4,7 @@ on: workflow_dispatch push # when to trigger this. Here, on every push jobs: - build_linux + build_linux: name: "Build and test" runs-on: ubuntu-latest steps: