Skip to content

Commit c4ec892

Browse files
committed
edits
1 parent 19044ee commit c4ec892

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

readme-hipo-deps.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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

77
1. Clone GKLib
88
```
@@ -78,9 +78,9 @@ make
7878
make 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

8686
5. Install METIS shared

0 commit comments

Comments
 (0)