We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edb5a8e commit f0d0c0fCopy full SHA for f0d0c0f
.github/workflows/pages.yml
@@ -44,7 +44,7 @@ jobs:
44
- name: Build and Test
45
uses: ashutoshvarma/action-cmake-build@master
46
with:
47
- build-dir: ${{ runner.workspace }}/build
+ build-dir: ${{ runner.workspace }}/server/build
48
build-type: Debug
49
run-test: true
50
ctest-options: --output-on-failure
0 commit comments