c2
All checks were successful
First CI / build (push) Successful in 10s

This commit is contained in:
mjakmisia
2025-11-20 13:36:05 +01:00
parent 84fbb1fe5f
commit 6e9848c606

View File

@@ -6,4 +6,10 @@ 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