Commit zad_3
Some checks failed
First CI / build (push) Failing after 12s

This commit is contained in:
BendeeBoo 2023-11-21 14:16:45 +01:00
parent 53ca928480
commit a7d9751fd9

View File

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