Skip to content

Commit 4e746e8

Browse files
committed
path to gklib repo
1 parent d740c0e commit 4e746e8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/hipo-win.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
repository: KarypisLab/GKlib
2020
ref: master
21-
path: GKlib
21+
path: ${{runner.workspace}}/GKlib
2222

2323
- name: Checkout METIS
2424
uses: actions/checkout@v4
@@ -34,10 +34,12 @@ jobs:
3434
ls
3535
3636
- name: Install GKLIB
37+
working-directory: ${{runner.workspace}}
38+
shell: bash
3739
run: |
3840
pwd
3941
cd GKlib
40-
cmake -S. -B build -DCMAKE_INSTALL_PREFIX=${{runner.workspace}}/installs -DCMAKE_C_FLAGS="-I .\include\win32"
42+
cmake -S. -B build -DCMAKE_INSTALL_PREFIX=${{runner.workspace}}/installs -DCMAKE_C_FLAGS="-I ${{runner.workspace}}\GKlib\include\win32"
4143
cmake --build build --parallel --config Release
4244
cmake --install --build
4345

0 commit comments

Comments
 (0)