From 9eb3344ebdbe1cedca99d0e25d09d761c2b21702 Mon Sep 17 00:00:00 2001 From: mjakmisia Date: Thu, 20 Nov 2025 13:31:54 +0100 Subject: [PATCH] commit --- .gitea/workflows/ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 80d23fd..07b80f5 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -4,5 +4,6 @@ jobs: build: runs-on: ubuntu-latest steps: - - name: Printing hello - run: echo "Hello, " + - uses: actions/checkout@v4 + - name: build using gcc + run: gcc -Wall -Werror main.c