Zadanie 3
Some checks failed
First CI / build (push) Failing after 6s

This commit is contained in:
Kr4ms00n
2025-11-20 15:35:00 +01:00
parent dbea2c7cd8
commit 14cf3e0d40

View File

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