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 3c41738 commit 1145d44Copy full SHA for 1145d44
.github/workflows/hipo-ubuntu.yml
@@ -36,15 +36,14 @@ jobs:
36
- name: Install GKLIB
37
run: |
38
cd GKlib
39
- make config shared=1 prefix=${{runner.workspace}}/installs
+ make config shared=1
40
make
41
- make install
42
43
- name: Install METIS
44
45
cd METIS
46
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
+ make config shared=1 prefix=${{runner.workspace}}/installs gklib_path=../GKlib
48
49
make install
50
0 commit comments