We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 516b978 commit a1b91b6Copy full SHA for a1b91b6
.github/workflows/build-scripts.yaml
@@ -46,7 +46,7 @@ jobs:
46
47
- name: Test
48
if: matrix.tests
49
- working-directory: ${{github.workspace}}/scripts/ci/build
+ working-directory: ${{github.workspace}}/scripts/ci/install
50
# Execute tests defined by the CMake configuration.
51
# See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail
52
run: ctest -C Release --output-on-failure
0 commit comments