diff --git a/TOOLS/appveyor-install.sh b/TOOLS/appveyor-install.sh index 7c0a345ebe..28e0674581 100755 --- a/TOOLS/appveyor-install.sh +++ b/TOOLS/appveyor-install.sh @@ -1,6 +1,8 @@ #!/usr/bin/bash set -e +export PYTHON=/usr/bin/python3 + # Write an empty fonts.conf to speed up fc-cache export FONTCONFIG_FILE=/dummy-fonts.conf cat >"$FONTCONFIG_FILE" <