woupsy dirs are bad
Some checks failed
CI & Unit Tests / Unit-Tests (push) Failing after 16s

This commit is contained in:
erki 2023-05-15 23:29:20 +03:00
parent 6166054d3f
commit 54a4ec029b

View File

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