Skip to content

Commit 726fa5c

Browse files
committed
adjust overlay path in ps1
1 parent 1e13e4f commit 726fa5c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ci/kokoro/windows/build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ if ($BuildName -eq "cmake-debug") {
8686
$BuildScript = "builds/quickstart-cmake.ps1"
8787
}
8888

89-
$env:VCPKG_OVERLAY_PORTS = "vcpkg-overlays"
89+
$env:VCPKG_OVERLAY_PORTS = "ci\kokoro\windows\vcpkg-overlays"
9090

9191

9292
$ScriptLocation = Split-Path $PSCommandPath -Parent

0 commit comments

Comments
 (0)