This commit is contained in:
parent
a52951c654
commit
00bb1c7168
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user