update ci.yml
Some checks failed
First CI / build (push) Failing after 9s

This commit is contained in:
Lokasty22 2024-11-26 13:59:29 +01:00
parent bb394f0dfe
commit 906b50a969

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