We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bbd46d commit 478c787Copy full SHA for 478c787
.github/workflows/hipo-ubuntu.yml
@@ -43,7 +43,7 @@ jobs:
43
- name: Install METIS
44
run: |
45
cd METIS
46
- make config shared=1 prefix=${{runner.workspace}}/installs gklib_path=${{runner.workspace}}/installs
+ make config shared=1 prefix=${{runner.workspace}}/installs gklib_path=../GKlib
47
make
48
make install
49
0 commit comments