ci: Try alternative wix install...

This commit is contained in:
ClementTsang 2020-08-23 17:27:47 -04:00
parent 96a1db1848
commit 1ce0764b2e
1 changed files with 2 additions and 4 deletions

View File

@ -23,10 +23,8 @@ before_install:
export TARGET=x86_64-unknown-linux-gnu;
elif [[ $TRAVIS_OS_NAME == "windows" ]]; then
export TARGET=x86_64-pc-windows-msvc;
if [[ -z $TRAVIS_TAG ]]; then
choco install nuget.commandline;
nuget install WiX -version 3.11.1;
fi
powershell Install-WindowsFeature Net-Framework-Core;
choco install -y wixtoolset;
elif [[ $TRAVIS_OS_NAME == "osx" ]]; then
export TARGET=x86_64-apple-darwin;
fi