Update .gitea/workflows/ci.yml
Some checks failed
First CI / build (push) Failing after 7s

This commit is contained in:
97634 2024-11-22 10:21:53 +00:00
parent c67496c3c0
commit 900e360551

View File

@ -5,5 +5,6 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Printing hello
run: echo "Hello"
- uses: actions/checkout@v4
- name: build using gcc
run: gcc -Wall -Werror main.c