I give up, the old way it is
Some checks failed
CI & Unit Tests / Unit-Tests (push) Failing after 21s

This commit is contained in:
erki 2023-05-15 23:42:11 +03:00
parent bcdcb934e9
commit d68ca918fa

View File

@ -16,7 +16,9 @@ jobs:
- name: Configure build
working-directory: ${{runner.workspace}}
run: |
cmake -S${{runner.workspace}} -B${{runner.workspace}}/build \
mkdir build
cd build
cmake .. \
-G"Ninja" \
-DCMAKE_BUILD_TYPE=Release \
-DSKULLC_WITH_TESTS=ON