File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -18,27 +18,29 @@ jobs:
1818 with :
1919 repository : KarypisLab/GKlib
2020 ref : master
21- path : ${{runner.workspace}}/ GKlib
21+ path : GKlib
2222
2323 - name : Checkout METIS
2424 uses : actions/checkout@v4
2525 with :
2626 repository : KarypisLab/METIS
2727 ref : master
28- path : ${{runner.workspace}}/ METIS
28+ path : METIS
2929
30- - name : Install GKLIB
30+ - name : Create installs dir
3131 working-directory : ${{runner.workspace}}
32- run : |
32+ run : |
3333 mkdir installs
3434 ls
35+
36+ - name : Install GKLIB
37+ run : |
3538 cd GKlib
3639 make config prefix=${{runner.workspace}}/installs
3740 make
3841 make install
3942
4043 - name : Install METIS
41- working-directory : ${{runner.workspace}}
4244 run : |
4345 cd METIS
4446 make config prefix=${{runner.workspace}}/installs
You can’t perform that action at this time.
0 commit comments