From ef78a73494620dc3f49924cb3275684354693e0d Mon Sep 17 00:00:00 2001 From: s99719 Date: Mon, 8 Dec 2025 23:31:05 +0100 Subject: [PATCH] Add main.c and update CI to build with gcc --- .gitea/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 062ec64..96968f0 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -2,7 +2,7 @@ name: First CI on: [push] jobs: build: - runs-on: ubuntu-22.04 + runs-on: ubuntu steps: - uses: actions/checkout@v4 - name: build using gcc