Skip to content

Commit b779e4b

Browse files
committed
add port overlay
1 parent d933601 commit b779e4b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

ci/cloudbuild/builds/cmake-oldest-deps.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ ENABLED_FEATURES="$(printf ",%s" "${feature_list[@]}")"
3333
ENABLED_FEATURES="${ENABLED_FEATURES:1}"
3434
readonly ENABLED_FEATURES
3535

36+
export VCPKG_OVERLAY_PORTS="ci/gha/builds/vcpkg-overlays"
37+
3638
io::log_h2 "Configuring"
3739
vcpkg_root="$(vcpkg::root_dir)"
3840
cmake -GNinja -S . -B cmake-out/build \

0 commit comments

Comments
 (0)