added art
All checks were successful
First CI / build (push) Successful in 14s

This commit is contained in:
svhp 2023-12-01 10:39:23 +01:00
parent 3bd02f42f8
commit d0eae68b11

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-artifact@v3
with:
name: program
path: program