Skip to content

Commit 95f4508

Browse files
committed
try cygpath
1 parent 70032ae commit 95f4508

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
@@ -209,11 +209,12 @@ jobs:
209209
shell: bash
210210
working-directory: ${{runner.workspace}}/build
211211
run: |
212+
METIS_ROOT=$(cygpath "${{ runner.workspace }}")/installs
212213
cmake $GITHUB_WORKSPACE \
213214
-DHIPO=ON \
214215
-DALL_TESTS=ON \
215216
-DCMAKE_TOOLCHAIN_FILE=C:/vcpkg/scripts/buildsystems/vcpkg.cmake \
216-
-DMETIS_ROOT=${{runner.workspace}}/installs
217+
-DMETIS_ROOT=METIS_ROOT
217218
218219
- name: Build
219220
shell: bash

0 commit comments

Comments
 (0)