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.