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 feb18e9 commit 246fb7eCopy full SHA for 246fb7e
.github/workflows/hipo-ubuntu.yml
@@ -42,14 +42,15 @@ jobs:
42
make install
43
44
- name: Install METIS
45
+ shell: bash
46
run: |
47
cd METIS
48
make clean
49
+ export LD_LIBRARY_PATH=/home/runner/work/HiGHS/installs/lib:$LD_LIBRARY_PATH
50
make config shared=1 prefix=${{runner.workspace}}/installs gklib_path=../GKlib
51
make
52
53
- # export LD_LIBRARY_PATH=/home/runner/work/HiGHS/installs/lib:$LD_LIBRARY_PATH
54
55
# - name: Check METIS and GKlib
56
# working-directory: ${{runner.workspace}}
0 commit comments