changes ci.yml
All checks were successful
First CI / build (push) Successful in 17s

This commit is contained in:
magda 2023-11-21 16:58:56 +01:00
parent a52951c654
commit 00bb1c7168

View File

@ -9,4 +9,8 @@ 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