Skip to content

Commit 0a5ee4d

Browse files
committed
try to fix widows
1 parent 2523528 commit 0a5ee4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cmake_windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ jobs:
4343

4444
- name: Configure CMake
4545
shell: bash
46-
run: cmake --preset conan-default
46+
run: cmake --preset conan-default -DGTEST_DISCOVER_TESTS_DISCOVERY_MODE=PRE_TEST
4747

4848
- name: Build
4949
shell: bash
50-
run: cmake --build --preset conan-${{ env.BUILD_TYPE_LOWERCASE }}
50+
run: cmake --build --preset conan-${{ env.BUILD_TYPE_LOWERCASE }}
5151

5252
- name: run test (Windows)
5353
working-directory: ${{github.workspace}}/build

0 commit comments

Comments
 (0)