We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6320ad commit c14de51Copy full SHA for c14de51
.github/workflows/hipo-win.yml
@@ -193,9 +193,10 @@ jobs:
193
- name: Install METIS
194
shell: bash
195
run: |
196
+ INSTALLS_PREFIX=$(cygpath "${{ runner.workspace }}")/installs
197
cd METIS
198
pwd
- 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
200
cmake --build build --parallel --config Release
201
cmake --install build --config Release
202
0 commit comments