diff --git a/appveyor.yml b/appveyor.yml index 7c626e8a..bac28f45 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -7,13 +7,6 @@ environment: BUILD_URL: https://ci.appveyor.com/project/$(APPVEYOR_ACCOUNT_NAME)/$(APPVEYOR_PROJECT_NAME)/build/$(APPVEYOR_BUILD_VERSION) build_script: - # TODO: remove the line below once the AppVeyor installation includes a - # newer version of pacman that can perform core updates - - C:\msys64\usr\bin\pacman --noconfirm --sync --refresh --refresh pacman - - # Git is required but currently not part of AppVeyor installation - - C:\msys64\usr\bin\pacman --noconfirm --sync --refresh --refresh git - - C:\msys64\usr\bin\pacman --noconfirm --sync --refresh --refresh --sysupgrade --sysupgrade - C:\msys64\usr\bin\bash --login -c "$(cygpath ${APPVEYOR_BUILD_FOLDER})/ci-build.sh"