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 1dfdcf4 commit 7ee9c68Copy full SHA for 7ee9c68
.github/workflows/test-python-win.yml
@@ -48,7 +48,7 @@ jobs:
48
- name: Edit pyproject
49
run: |
50
ls
51
- $VCPKG_ROOT = "C:/vcpkg"
+ $VCPKG_ROOT = "C:/vcpkg/scripts/buildsystems/vcpkg.cmake"
52
$METIS_ROOT = "${{ runner.workspace }}/installs" -replace '\\', '/'
53
$TRIPLET = "x64-windows-static"
54
$content = Get-Content pyproject.toml -Raw
0 commit comments