Skip to content

Commit 3c41738

Browse files
committed
try again
1 parent e1f2fec commit 3c41738

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/hipo-ubuntu.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,13 @@ jobs:
3838
cd GKlib
3939
make config shared=1 prefix=${{runner.workspace}}/installs
4040
make
41+
make install
4142
4243
- name: Install METIS
4344
run: |
4445
cd METIS
4546
export LD_LIBRARY_PATH=/home/runner/work/HiGHS/installs/lib:$LD_LIBRARY_PATH
46-
make config shared=1 prefix=${{runner.workspace}}/installs
47+
make config shared=1 prefix=${{runner.workspace}}/installs gklib_path=${{runner.workspace}}/installs
4748
make
4849
make install
4950
@@ -119,19 +120,18 @@ jobs:
119120
- name: Install GKLIB
120121
run: |
121122
cd GKlib
122-
make config prefix=${{runner.workspace}}/installs
123+
make config shared=1 prefix=${{runner.workspace}}/installs
123124
make
124125
make install
125126
126127
- name: Install METIS
127128
run: |
128129
cd METIS
129-
export LD_LIBRARY_PATH=/home/runner/work/HiGHS/installs/lib:$LD_LIBRARY_PATH
130-
make config prefix=${{runner.workspace}}/installs
130+
make config shared=1 prefix=${{runner.workspace}}/installs gklib_path=${{runner.workspace}}/installs
131131
make
132132
make install
133133
134-
# \ gklib_path=${{runner.workspace}}/installs
134+
# export LD_LIBRARY_PATH=/home/runner/work/HiGHS/installs/lib:$LD_LIBRARY_PATH
135135

136136
- name: Check METIS and GKlib
137137
working-directory: ${{runner.workspace}}

0 commit comments

Comments
 (0)