Skip to content

Commit e571bba

Browse files
committed
use forward slashes
1 parent a351b23 commit e571bba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ci/gha/builds/lib/cmake.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ function cmake::common_args() {
5959
if [[ -n "${VCPKG_TRIPLET:-}" ]]; then
6060
args+=("-DVCPKG_TARGET_TRIPLET=${VCPKG_TRIPLET}")
6161
fi
62-
args+=("-DVCPKG_OVERLAY_PORTS=ci\gha\builds\vcpkg-overlays")
62+
args+=("-DVCPKG_OVERLAY_PORTS=ci/gha/builds/vcpkg-overlays")
6363
printf "%s\n" "${args[@]}"
6464
}
6565

0 commit comments

Comments
 (0)