Skip to content

Commit 7ee9c68

Browse files
committed
toolchain file
1 parent 1dfdcf4 commit 7ee9c68

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
@@ -48,7 +48,7 @@ jobs:
4848
- name: Edit pyproject
4949
run: |
5050
ls
51-
$VCPKG_ROOT = "C:/vcpkg"
51+
$VCPKG_ROOT = "C:/vcpkg/scripts/buildsystems/vcpkg.cmake"
5252
$METIS_ROOT = "${{ runner.workspace }}/installs" -replace '\\', '/'
5353
$TRIPLET = "x64-windows-static"
5454
$content = Get-Content pyproject.toml -Raw

0 commit comments

Comments
 (0)