fixup! Add Forgejo workflow
Some checks failed
Build / build-and-test (pull_request) Failing after 7s
Some checks failed
Build / build-and-test (pull_request) Failing after 7s
This commit is contained in:
parent
2b322cbef2
commit
1a7140fe30
1 changed files with 3 additions and 1 deletions
|
@ -18,4 +18,6 @@ jobs:
|
|||
libssl-dev \
|
||||
libjson-c-dev
|
||||
- name: Build
|
||||
run: cmake -DPIHELPER_EXECUTABLE=BOOL:ON -B build
|
||||
run: |
|
||||
cmake -DPIHELPER_EXECUTABLE=BOOL:ON -B build
|
||||
cmake --build build
|
||||
|
|
Loading…
Reference in a new issue