yml fix Wall and Werror
Some checks failed
First CI / build (push) Failing after 3s

This commit is contained in:
GrzegorzRog22 2024-11-25 11:11:55 +01:00
parent 3299d0f727
commit cd86f92ff4

View File

@ -7,4 +7,4 @@ jobs:
steps: steps:
- uses: action/checkout@v4 - uses: action/checkout@v4
- name: build using gcc - name: build using gcc
run: gcc -wall -werror main.c run: gcc -Wall -Werror main.c