Update .gitea/workflows/ci.yml
All checks were successful
First CI / build (push) Successful in 9s

This commit is contained in:
97634 2024-11-22 10:28:36 +00:00
parent f1324b3bf6
commit 1fb5b9d252

View File

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