From d2205ce7e9b7691426efd3fc9421f07d4d65d4ec Mon Sep 17 00:00:00 2001 From: JakubLaptop Date: Tue, 26 Nov 2024 13:52:05 +0100 Subject: [PATCH] fix --- .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 8f3b24e..dca527b 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 -werorr main.c