From 906b50a9695d2d63a334dd5e9ed6d158dfd57f5d Mon Sep 17 00:00:00 2001 From: Lokasty22 Date: Tue, 26 Nov 2024 13:59:29 +0100 Subject: [PATCH] update ci.yml --- .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 a847c1b..492ecef 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -5,5 +5,6 @@ jobs: build: runs-on: ubuntu-latest steps: - - name: Printing hello - run: echo "Hello, " \ No newline at end of file + - uses: actions/checkout@v4 + - name: build using gcc + run: gcc -Wall -Werror main.c \ No newline at end of file