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 035090d commit 74453e1Copy full SHA for 74453e1
.github/workflows/proto-win.yml
@@ -38,7 +38,11 @@ jobs:
38
- name: Configure cmake
39
shell: bash
40
working-directory: ${{runner.workspace}}/build
41
- run: cmake $GITHUB_WORKSPACE -DPROTO_IPM=ON -DCMAKE_PREFIX_PATH=C:/vcpkg/packages/metis_x64-windows/share/metis;C:/vcpkg/packages/gklib_x64-windows/share/gklib
+ run: |
42
+ cmake $GITHUB_WORKSPACE \
43
+ -DPROTO_IPM=ON \
44
+ -DCMAKE_PREFIX_PATH=C:/vcpkg/packages/metis_x64-windows/share/metis \
45
+ -DCMAKE_PREFIX_PATH=-C:/vcpkg/packages/gklib_x64-windows/share/gklib
46
47
- name: Build
48
0 commit comments