edits
All checks were successful
Second CI / build (push) Successful in 9s

This commit is contained in:
haaaniaaa 2024-11-22 13:37:59 +01:00
parent 6c8758c617
commit c762fd5bfd

View File

@ -7,7 +7,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: build using gcc - name: build using gcc
run: gcc -Wall _Werror main.c -o program run: gcc -Wall -Werror main.c -o program
- name: Archive production artifacts - name: Archive production artifacts
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v3
with: with: