Skip to content

Commit c14de51

Browse files
committed
installs prefix
1 parent f6320ad commit c14de51

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/hipo-win.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,9 +193,10 @@ jobs:
193193
- name: Install METIS
194194
shell: bash
195195
run: |
196+
INSTALLS_PREFIX=$(cygpath "${{ runner.workspace }}")/installs
196197
cd METIS
197198
pwd
198-
cmake -S. -B build -DGKLIB_PATH=$GITHUB_WORKSPACE/METIS/GKlib -DCMAKE_INSTALL_PREFIX=${{runner.workspace}}/installs
199+
cmake -S. -B build -DGKLIB_PATH=$GITHUB_WORKSPACE/METIS/GKlib -DCMAKE_INSTALL_PREFIX=$INSTALLS_PREFIX
199200
cmake --build build --parallel --config Release
200201
cmake --install build --config Release
201202

0 commit comments

Comments
 (0)