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:
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