From ac67ae9109ff9f1a31c7266418ce8498c19b4e9c Mon Sep 17 00:00:00 2001 From: MichuMGW Date: Fri, 21 Nov 2025 11:15:35 +0100 Subject: [PATCH] fix: fix ci.yml --- .gitea/workflows/ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 473986c..dcabf62 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -3,8 +3,8 @@ on: [push] jobs: build: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - name: build using gcc - run: gcc -Wall -Werror main.c + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - name: build using gcc + run: gcc -Wall -Werror main.c