From 53c8a135784ecaaed6962fc93626cff902fac8fb Mon Sep 17 00:00:00 2001 From: swim67667 Date: Tue, 23 Jun 2026 10:07:54 -0400 Subject: [PATCH] we must first make a gitea runner in order for this to work --- .gitea/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 6720b1b..7bfe0dc 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -8,7 +8,7 @@ on: jobs: build: - runs-on: ubuntu-latest + runs-on: ubuntu-latest # We explicitly use a container that has build tools, or we install them. # If your Gitea runner uses a minimal image, we make sure to update and install gcc/make.