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 74453e1 commit fcbca97Copy full SHA for fcbca97
.github/workflows/proto-win.yml
@@ -31,9 +31,9 @@ jobs:
31
shell: bash
32
run: ls C:/vcpkg/packages/metis_x64-windows/share
33
34
- - name: LS share cmake
+ - name: LS share gk
35
36
- run: ls C:/vcpkg/packages/metis_x64-windows/share/metis
+ run: ls C:/vcpkg/packages/gklib_x64-windows/share/gklib
37
38
- name: Configure cmake
39
@@ -42,7 +42,7 @@ jobs:
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
+ -DCMAKE_PREFIX_PATH=C:/vcpkg/packages/gklib_x64-windows/share/gklib
46
47
- name: Build
48
working-directory: ${{runner.workspace}}/build
0 commit comments