Modify ci.yml file
Some checks failed
First CI / build (push) Failing after 10s

This commit is contained in:
rafals123 2024-11-25 10:38:27 +01:00
parent 866b01b71e
commit 15887da939

View File

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