fixed the yml
All checks were successful
First CI / build (push) Successful in 14s

This commit is contained in:
Jakub Furtak 2023-12-01 11:13:38 +01:00
parent ecb6973c83
commit cc38b7ea30

View File

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