From 8f772818fb98cbb8b11b5d6192e00e716bb45b9f Mon Sep 17 00:00:00 2001 From: Hamed Masafi Date: Sun, 4 Aug 2019 18:18:08 +0430 Subject: [PATCH] Update appveyor.yml --- appveyor.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index e178a5c..e95ccfe 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -26,9 +26,6 @@ configuration: - release install: - - appveyor-retry choco install doxygen.portable - - appveyor-retry choco install graphviz.portable - # Setup the build toolchains. - '%QTDIR%\bin\qtenv2.bat' - qmake -v - if %QTDIR:_64=%==%QTDIR% ( set ARCH=x86 ) else set ARCH=x64