Merge branch 'main' into patch-1

This commit is contained in:
Clément Grégoire
2021-01-07 08:04:59 +01:00
committed by GitHub
10 changed files with 21 additions and 29 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ jobs:
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
- name: Test
working-directory: ${{runner.workspace}}/build
working-directory: ${{github.workspace}}/build
# Execute tests defined by the CMake configuration.
# See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail
run: ctest -C ${{env.BUILD_TYPE}}