fix
Some checks failed
First CI / build (push) Failing after 10s

This commit is contained in:
JakubLaptop 2024-11-26 13:53:43 +01:00
parent 20b6f97502
commit 2b09f91e25

View File

@ -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