File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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}}
You can’t perform that action at this time.
0 commit comments