Skip to content

Commit 67999f1

Browse files
committed
linux shared libs (bug)
1 parent f510330 commit 67999f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/hipo-ubuntu.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,14 @@ jobs:
3636
- name: Install GKLIB
3737
run: |
3838
cd GKlib
39-
make config prefix=${{runner.workspace}}/installs
39+
make config shared=1 prefix=${{runner.workspace}}/installs
4040
make
4141
make install
4242
4343
- name: Install METIS
4444
run: |
4545
cd METIS
46-
make config prefix=${{runner.workspace}}/installs
46+
make config shared=1 prefix=${{runner.workspace}}/installs
4747
make
4848
make install
4949

0 commit comments

Comments
 (0)