From 106ba3e6f67a51539a2ecc30b44b7a2fe9379087 Mon Sep 17 00:00:00 2001 From: svhp <tomasz.geszka@gmail.com> Date: Fri, 1 Dec 2023 10:35:51 +0100 Subject: [PATCH] main-ci --- .gitea/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 599dd5b..e97bebf 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -4,6 +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