Skip to content

Commit 90a54a3

Browse files
committed
static on macos
1 parent 4647e09 commit 90a54a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/hipo-macos.yml

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

0 commit comments

Comments
 (0)