This is #2.1
Some checks failed
First CI / build (push) Failing after 12s

This commit is contained in:
Daniel Something 2023-11-23 16:20:48 +01:00
parent a12b03da3b
commit de2c4364fd

View File

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