Skip to content

Commit 51ed888

Browse files
committed
try path again
1 parent 163e7c0 commit 51ed888

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/hipo-win.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ jobs:
1818
with:
1919
repository: KarypisLab/GKlib
2020
ref: master
21-
path: ${{runner.workspace}}/GKlib
2221

2322
- name: Checkout METIS
2423
uses: actions/checkout@v4
@@ -39,7 +38,7 @@ jobs:
3938
run: |
4039
pwd
4140
cd GKlib
42-
cmake -S. -B build -DCMAKE_INSTALL_PREFIX=${{runner.workspace}}/installs -DCMAKE_C_FLAGS="-I ${{runner.workspace}}/GKlib/include/win32"
41+
cmake -S. -B build -DCMAKE_INSTALL_PREFIX=${{runner.workspace}}/installs -DCMAKE_C_FLAGS="-I ${{runner.workspace}}/HiGHS/GKlib/include/win32"
4342
cmake --build build --parallel --config Release
4443
cmake --install --build
4544

0 commit comments

Comments
 (0)