Skip to content

Commit 1dfdcf4

Browse files
committed
forward slashes
1 parent 6beae4a commit 1dfdcf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-python-win.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
run: |
5050
ls
5151
$VCPKG_ROOT = "C:/vcpkg"
52-
$METIS_ROOT = Join-Path "${{ runner.workspace }}" "installs"
52+
$METIS_ROOT = "${{ runner.workspace }}/installs" -replace '\\', '/'
5353
$TRIPLET = "x64-windows-static"
5454
$content = Get-Content pyproject.toml -Raw
5555
$newContent = $content -replace 'cmake\.args = \[\s*"-DPYTHON_BUILD_SETUP=ON"\s*\]', @"

0 commit comments

Comments
 (0)