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 4456780 commit e8cbd4eCopy full SHA for e8cbd4e
.github/workflows/proto-win.yml
@@ -33,12 +33,12 @@ jobs:
33
34
- name: LS share cmake
35
shell: bash
36
- run: ls C:/vcpkg/packages/metis_x64-windows/share/cmake
+ run: ls C:/vcpkg/packages/metis_x64-windows/share/metis
37
38
- name: Configure cmake
39
40
working-directory: ${{runner.workspace}}/build
41
- run: cmake $GITHUB_WORKSPACE -DPROTO_IPM=ON
+ run: cmake $GITHUB_WORKSPACE -DPROTO_IPM=ON -DCMAKE_PREFIX_PATH=C:/vcpkg/packages/metis_x64-windows/share/metis
42
43
- name: Build
44
0 commit comments