This commit is contained in:
parent
c643b8979e
commit
43c28e80b5
@ -8,3 +8,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
|
||||
|
Loading…
Reference in New Issue
Block a user