File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 22
33## Default: static
44
5- This default setup works for the GitHub runner ubuntu-latest.
5+ This default setup works for the GitHub runner ` ubuntu-latest ` . Please replace ` ${{runner.workspace}} ` with the path to your working directory.
66
771 . Clone GKLib
88```
7878make install
7979```
8080
81- Check if the shared library with no numbers in the file name is in ` .... /installs/lib/` . If not, make a link to it with
81+ Check if the shared library with no numbers in the file name is in ` ${{runner.workspace}} /installs/lib/` . If not, make a link to it with
8282```
83- ln .... /installs/lib/libGKlib.0.so .... /installs/lib/libGKlib.so
83+ ln ${{runner.workspace}} /installs/lib/libGKlib.0.so ${{runner.workspace}} /installs/lib/libGKlib.so
8484```
8585
86865 . Install METIS shared
You can’t perform that action at this time.
0 commit comments