ja 8c11d992a2
Some checks failed
First CI / build (push) Failing after 13s
8
2023-11-21 19:20:26 +01:00

15 lines
310 B
YAML

name: First CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- 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