main.c w ci.yml zmienione
All checks were successful
First CI / build (push) Successful in 14s

This commit is contained in:
kejdzej
2025-11-20 15:30:42 +01:00
parent 736a6e8697
commit 376246a797

View File

@@ -8,4 +8,9 @@ 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 run: gcc -Wall -Werror main.c -o program
- name: Archive production artifacts
uses: actions/upload-artifact@v3
with:
name: program
path: program