diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 599dd5b..e97bebf 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -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