From 6ef9c61220d9712317731cbdaa53bb0b25e73f94 Mon Sep 17 00:00:00 2001 From: Mikhail Koliada <88318005+mikhailkoliada@users.noreply.github.com> Date: Thu, 17 Nov 2022 16:51:56 +0100 Subject: [PATCH] [Ubuntu] Add one more missing file for vcpkg (#6589) --- images/linux/scripts/installers/vcpkg.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/images/linux/scripts/installers/vcpkg.sh b/images/linux/scripts/installers/vcpkg.sh index 7f65030c7..cfc4448db 100644 --- a/images/linux/scripts/installers/vcpkg.sh +++ b/images/linux/scripts/installers/vcpkg.sh @@ -15,13 +15,13 @@ $VCPKG_INSTALLATION_ROOT/bootstrap-vcpkg.sh # workaround https://github.com/microsoft/vcpkg/issues/27786 -mkdir -p /root/.vcpkg/ -touch /root/.vcpkg/vcpkg.path.txt +mkdir -p /root/.vcpkg/ $HOME/.vcpkg +touch /root/.vcpkg/vcpkg.path.txt $HOME/.vcpkg/vcpkg.path.txt $VCPKG_INSTALLATION_ROOT/vcpkg integrate install chmod 0777 -R $VCPKG_INSTALLATION_ROOT ln -sf $VCPKG_INSTALLATION_ROOT/vcpkg /usr/local/bin -rm -rf /root/.vcpkg +rm -rf /root/.vcpkg $HOME/.vcpkg invoke_tests "Tools" "Vcpkg" \ No newline at end of file