we must first make a gitea runner in order for this to work
Some checks failed
Build Project / build (push) Has been cancelled

This commit is contained in:
2026-06-23 10:07:54 -04:00
parent 43d8ddd0ec
commit 53c8a13578

View File

@@ -8,7 +8,7 @@ on:
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
# We explicitly use a container that has build tools, or we install them. # 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. # If your Gitea runner uses a minimal image, we make sure to update and install gcc/make.