8
Some checks failed
First CI / build (push) Failing after 13s

This commit is contained in:
ja 2023-11-21 19:20:26 +01:00
parent e24b91185c
commit 8c11d992a2

View File

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