fix
Some checks failed
First CI / hello (push) Failing after 15s

This commit is contained in:
Marcin Badurowicz 2024-11-26 13:34:28 +01:00
parent 64ed2e18e4
commit c6d530a426

View File

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