fix
Some checks failed
First CI / build (push) Failing after 7s

This commit is contained in:
JakubLaptop 2024-11-26 13:52:05 +01:00
parent 94972d13f8
commit d2205ce7e9

View File

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