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 90a54a3 commit 0cc64f1Copy full SHA for 0cc64f1
.github/workflows/hipo-win.yml
@@ -29,8 +29,8 @@ jobs:
29
shell: pwsh
30
run: |
31
vcpkg install metis gklib `
32
- --overlay-ports="$env:GITHUB_WORKSPACE/overlay-ports/metis" `
33
- --overlay-ports="$env:GITHUB_WORKSPACE/overlay-ports/gklib"
+ --overlay-ports="$env:GITHUB_WORKSPACE/overlay-ports/ports/metis" `
+ --overlay-ports="$env:GITHUB_WORKSPACE/overlay-ports/ports/gklib"
34
35
- name: Install OpenBLAS
36
run: vcpkg install openblas[threads]
0 commit comments