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 2523528 commit a7d6c34Copy full SHA for a7d6c34
.github/workflows/cmake_windows.yml
@@ -47,7 +47,7 @@ jobs:
47
48
- name: Build
49
shell: bash
50
- run: cmake --build --preset conan-${{ env.BUILD_TYPE_LOWERCASE }}
+ run: $env:PATH+=";${{env.BUILD_TYPE}}"; cmake --build --preset conan-${{ env.BUILD_TYPE_LOWERCASE }}
51
52
- name: run test (Windows)
53
working-directory: ${{github.workspace}}/build
0 commit comments