Why did that break things?
Some checks failed
CI & Unit Tests / Unit-Tests (push) Failing after 23s

This commit is contained in:
erki 2023-05-15 23:40:35 +03:00
parent 3b75a1f3c1
commit bcdcb934e9

View File

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