Update job.
Some checks failed
SORM build / build (push) Failing after 30s
SORM tests / Compile (push) Successful in 5s

This commit is contained in:
retoor 2024-12-02 14:18:12 +01:00
parent 68600e9b0f
commit 5564dcbc8d

View File

@ -15,6 +15,7 @@ jobs:
- name: List files in the repository
run: |
ls ${{ gitea.workspace }}
- run: curl -OJ https://retoor.molodetz.nl/api/packages/retoor/generic/rlib.h/1.0.0/rlib.h /usr/include/rlib.h
- run: echo "Build project (misses rlib.h)"
- run: make build
- run: echo "This job's status is ${{ job.status }}."