Skip to content

Commit a7d6c34

Browse files
committed
try to fix widows
1 parent 2523528 commit a7d6c34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cmake_windows.yml

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

4848
- name: Build
4949
shell: bash
50-
run: cmake --build --preset conan-${{ env.BUILD_TYPE_LOWERCASE }}
50+
run: $env:PATH+=";${{env.BUILD_TYPE}}"; 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)