main-ci
Some checks failed
First CI / build (push) Failing after 17s

This commit is contained in:
svhp 2023-12-01 10:35:51 +01:00
parent 294655ec15
commit 106ba3e6f6

View File

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