Skip to content

Commit 246fb7e

Browse files
committed
linux release
1 parent feb18e9 commit 246fb7e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/hipo-ubuntu.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,15 @@ jobs:
4242
make install
4343
4444
- name: Install METIS
45+
shell: bash
4546
run: |
4647
cd METIS
4748
make clean
49+
export LD_LIBRARY_PATH=/home/runner/work/HiGHS/installs/lib:$LD_LIBRARY_PATH
4850
make config shared=1 prefix=${{runner.workspace}}/installs gklib_path=../GKlib
4951
make
5052
make install
5153
52-
# export LD_LIBRARY_PATH=/home/runner/work/HiGHS/installs/lib:$LD_LIBRARY_PATH
5354
5455
# - name: Check METIS and GKlib
5556
# working-directory: ${{runner.workspace}}

0 commit comments

Comments
 (0)