From 215f20e8bda5a6dcce890efed01122bd964a0e7f Mon Sep 17 00:00:00 2001 From: GrzegorzRog22 Date: Mon, 25 Nov 2024 11:13:26 +0100 Subject: [PATCH] change ci.yml zad2 v2 --- .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 c73d9c5..492ecef 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -5,6 +5,6 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: action/checkout@v4 + - uses: actions/checkout@v4 - name: build using gcc run: gcc -Wall -Werror main.c \ No newline at end of file