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:22:43 +00:00
parent 900e360551
commit 4c2f0525cf

View File

@ -7,4 +7,4 @@ jobs:
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: build using gcc - name: build using gcc
run: gcc -Wall -Werror main.c run: gcc -Wall -Werror main.cpp