Skip to content

Commit f62dfdc

Browse files
committed
fix
Signed-off-by: Anton Dukhovnikov <[email protected]>
1 parent bd19a7b commit f62dfdc

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

build_scripts/install_deps_windows.bash

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,9 @@
22

33
set -ex
44

5-
vcpkg x-update-baseline --add-initial-baseline
6-
vcpkg install
5+
vcpkg x-update-baseline \
6+
--add-initial-baseline \
7+
--x-manifest-root="./build_scripts"
8+
vcpkg install \
9+
--x-install-root="./build/vcpkg_installed" \
10+
--x-manifest-root="./build_scripts"
File renamed without changes.

0 commit comments

Comments
 (0)