Skip to content

Commit a1b91b6

Browse files
committed
CI: Fix work dir for Linux tests
1 parent 516b978 commit a1b91b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-scripts.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646

4747
- name: Test
4848
if: matrix.tests
49-
working-directory: ${{github.workspace}}/scripts/ci/build
49+
working-directory: ${{github.workspace}}/scripts/ci/install
5050
# Execute tests defined by the CMake configuration.
5151
# See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail
5252
run: ctest -C Release --output-on-failure

0 commit comments

Comments
 (0)