We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a351b23 commit e571bbaCopy full SHA for e571bba
1 file changed
ci/gha/builds/lib/cmake.sh
@@ -59,7 +59,7 @@ function cmake::common_args() {
59
if [[ -n "${VCPKG_TRIPLET:-}" ]]; then
60
args+=("-DVCPKG_TARGET_TRIPLET=${VCPKG_TRIPLET}")
61
fi
62
- args+=("-DVCPKG_OVERLAY_PORTS=ci\gha\builds\vcpkg-overlays")
+ args+=("-DVCPKG_OVERLAY_PORTS=ci/gha/builds/vcpkg-overlays")
63
printf "%s\n" "${args[@]}"
64
}
65
0 commit comments