Update install_dependencies.sh

This commit is contained in:
Andrea Cavalli 2020-10-10 22:55:22 +02:00
parent add557cd51
commit 4ac1757f2a
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ elif [[ "$TRAVIS_OS_NAME" == "windows" ]]; then
choco install php --version=7.4.9 --package-parameters='"/ThreadSafe ""/InstallDir:C:\PHP"""'
choco install python3 --params "/InstallDir:C:\Python3"
[ -d ./windowsenv/ ] && rm -rf ./windowsenv/
[ -d ./windowsenv/ ] && $(yes | rm -rf ./windowsenv/)
git clone --depth=1 https://github.com/tdlight-team/windows-amd64-prebuilt-libraries.git windowsenv
mv windowsenv/vcpkg $VCPKG_DIR
else