Skip to content

Commit 0cc64f1

Browse files
committed
add correct paths
1 parent 90a54a3 commit 0cc64f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/hipo-win.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ jobs:
2929
shell: pwsh
3030
run: |
3131
vcpkg install metis gklib `
32-
--overlay-ports="$env:GITHUB_WORKSPACE/overlay-ports/metis" `
33-
--overlay-ports="$env:GITHUB_WORKSPACE/overlay-ports/gklib"
32+
--overlay-ports="$env:GITHUB_WORKSPACE/overlay-ports/ports/metis" `
33+
--overlay-ports="$env:GITHUB_WORKSPACE/overlay-ports/ports/gklib"
3434
3535
- name: Install OpenBLAS
3636
run: vcpkg install openblas[threads]

0 commit comments

Comments
 (0)