File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed
images/macos/scripts/build Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -10,18 +10,11 @@ source ~/utils/utils.sh
1010VCPKG_INSTALLATION_ROOT=/usr/local/share/vcpkg
1111echo " export VCPKG_INSTALLATION_ROOT=${VCPKG_INSTALLATION_ROOT} " | tee -a ~ /.bashrc
1212
13- # workaround https://github.com/microsoft/vcpkg/issues/27786
14-
15- mkdir -p /Users/runner/.vcpkg
16- touch /Users/runner/.vcpkg/vcpkg.path.txt
17-
1813# Install vcpkg
1914sudo git clone https://github.com/Microsoft/vcpkg $VCPKG_INSTALLATION_ROOT
2015sudo $VCPKG_INSTALLATION_ROOT /bootstrap-vcpkg.sh
2116$VCPKG_INSTALLATION_ROOT /vcpkg integrate install
2217sudo chmod -R 0777 $VCPKG_INSTALLATION_ROOT
2318ln -sf $VCPKG_INSTALLATION_ROOT /vcpkg /usr/local/bin
2419
25- rm -rf /Users/runner/.vcpkg
26-
2720invoke_tests " Common" " vcpkg"
You can’t perform that action at this time.
0 commit comments