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 163e7c0 commit 51ed888Copy full SHA for 51ed888
.github/workflows/hipo-win.yml
@@ -18,7 +18,6 @@ jobs:
18
with:
19
repository: KarypisLab/GKlib
20
ref: master
21
- path: ${{runner.workspace}}/GKlib
22
23
- name: Checkout METIS
24
uses: actions/checkout@v4
@@ -39,7 +38,7 @@ jobs:
39
38
run: |
40
pwd
41
cd GKlib
42
- cmake -S. -B build -DCMAKE_INSTALL_PREFIX=${{runner.workspace}}/installs -DCMAKE_C_FLAGS="-I ${{runner.workspace}}/GKlib/include/win32"
+ cmake -S. -B build -DCMAKE_INSTALL_PREFIX=${{runner.workspace}}/installs -DCMAKE_C_FLAGS="-I ${{runner.workspace}}/HiGHS/GKlib/include/win32"
43
cmake --build build --parallel --config Release
44
cmake --install --build
45
0 commit comments