Skip to content

Commit 1145d44

Browse files
committed
try again gklib
1 parent 3c41738 commit 1145d44

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/hipo-ubuntu.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,14 @@ jobs:
3636
- name: Install GKLIB
3737
run: |
3838
cd GKlib
39-
make config shared=1 prefix=${{runner.workspace}}/installs
39+
make config shared=1
4040
make
41-
make install
4241
4342
- name: Install METIS
4443
run: |
4544
cd METIS
4645
export LD_LIBRARY_PATH=/home/runner/work/HiGHS/installs/lib:$LD_LIBRARY_PATH
47-
make config shared=1 prefix=${{runner.workspace}}/installs gklib_path=${{runner.workspace}}/installs
46+
make config shared=1 prefix=${{runner.workspace}}/installs gklib_path=../GKlib
4847
make
4948
make install
5049

0 commit comments

Comments
 (0)