Update install_dependencies.sh

This commit is contained in:
Andrea Cavalli 2020-08-23 20:37:20 +02:00
parent a84d812362
commit 22e138d033

View File

@ -15,6 +15,8 @@ source ./travis/setup_variables.sh
if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
echo "Linux"
elif [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
echo "OSX"
elif [[ "$TRAVIS_OS_NAME" == "windows" ]]; then
echo "Windows"
choco install ccache