fixed flags in main.c
All checks were successful
First CI / build (push) Successful in 12s

This commit is contained in:
svhp 2023-12-01 10:38:12 +01:00
parent 4b3da947e0
commit 3bd02f42f8

View File

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