Skip to content

Commit c927ae1

Browse files
committed
gklib path shared
1 parent 44eb409 commit c927ae1

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/hipo-ubuntu.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,9 @@ jobs:
4343
- name: Install METIS
4444
run: |
4545
cd METIS
46-
make config shared=1 prefix=${{runner.workspace}}/installs
46+
make config shared=1 \
47+
prefix=${{runner.workspace}}/installs \
48+
gklib_path=${{runner.workspace}}/installs
4749
make
4850
make install
4951
@@ -126,7 +128,9 @@ jobs:
126128
- name: Install METIS
127129
run: |
128130
cd METIS
129-
make config prefix=${{runner.workspace}}/installs
131+
make config \
132+
prefix=${{runner.workspace}}/installs \
133+
gklib_path=${{runner.workspace}}/installs
130134
make
131135
make install
132136

0 commit comments

Comments
 (0)