diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 3ac364e..9e9299e 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -5,4 +5,5 @@ jobs: build: runs-on: ubuntu-latest steps: + - uses: actions/checkout@v4 - run: gcc -Wall -Werror main.c \ No newline at end of file