Skip to content

Commit bee3609

Browse files
authored
Fix CTest work directory
1 parent b7123c4 commit bee3609

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cmake-multi-platform.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
run: cmake --build ${{ steps.strings.outputs.build-output-dir }}-${{ matrix.os }}-${{ matrix.build_type }} --config ${{ matrix.build_type }}
7070

7171
- name: Test
72-
working-directory: ${{ steps.strings.outputs.build-output-dir }}
72+
working-directory: ${{ steps.strings.outputs.build-output-dir }}-${{ matrix.os }}-${{ matrix.build_type }}
7373
# Execute tests defined by the CMake configuration. Note that --build-config is needed because the default Windows generator is a multi-config generator (Visual Studio generator).
7474
# See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail
7575
run: ctest --build-config ${{ matrix.build_type }}

0 commit comments

Comments
 (0)