This commit is contained in:
john
2025-11-21 12:49:37 +01:00
parent fd4eee7028
commit 7e0a56f2ff

View File

@@ -1,5 +1,6 @@
name: First CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
@@ -7,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-artifacts@v3
with:
name: program
path: program