Skip to content

Commit 7ac21c9

Browse files
committed
try I
1 parent f6a5219 commit 7ac21c9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/hipo-win-vcpkg.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ jobs:
3636
# run: ls C:/vcpkg/packages/metis_x64-windows/
3737
# run: ls C:/vcpkg/packages/metis_x64-windows/lib
3838
# run: ls C:/vcpkg/packages/metis_x64-windows/share
39-
# run: ls C:/vcpkg/packages/gklib_x64-windows/share/gklib
39+
- name: LS
40+
run: ls C:/vcpkg/packages/gklib_x64-windows/share/gklib
4041

4142
- name: Install OpenBLAS
4243
run: vcpkg install openblas
@@ -51,7 +52,7 @@ jobs:
5152
cmake $GITHUB_WORKSPACE \
5253
-DHIPO=ON \
5354
-DCMAKE_TOOLCHAIN_FILE=C:/vcpkg/scripts/buildsystems/vcpkg.cmake
54-
-DCMAKE_CXX_FLAGS="-I C:/vcpkg/packages/gklib_x64-windows/include/GKlib"
55+
-DCMAKE_CXX_FLAGS="-IC://vcpkg//packages//gklib_x64-windows//include//GKlib"
5556
5657
- name: Build
5758
shell: bash

0 commit comments

Comments
 (0)