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: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Printing hello - uses: actions/checkout@v4
run: echo "Hello" - name: build using gcc
run: gcc -Wall -Werror main.c