diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index dca527b..0195e9c 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -7,4 +7,4 @@ jobs: steps: - uses: actions/checkout@v4 - name: build using gcc - run: gcc -Wall -werorr main.c + run: gcc -Wall -werror main.c