From b0da1745be1370ff046da407cb3ec925aed645f5 Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Sat, 18 Aug 2018 20:04:19 +0200 Subject: Use stable deps on AppVeyor for now as long as the latest image is not synced with VC++ 15.8 --- appveyor/build_task.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'appveyor') diff --git a/appveyor/build_task.bat b/appveyor/build_task.bat index 869340401d..3e464f6a02 100644 --- a/appveyor/build_task.bat +++ b/appveyor/build_task.bat @@ -19,7 +19,7 @@ if /i "%APPVEYOR_REPO_BRANCH:~0,4%" equ "php-" ( ) else ( set BRANCH=master ) -set STABILITY=staging +set STABILITY=stable set DEPS_DIR=%PHP_BUILD_CACHE_BASE_DIR%\deps-%BRANCH%-%PHP_SDK_VC%-%PHP_SDK_ARCH% rem SDK is cached, deps info is cached as well echo Updating dependencies in %DEPS_DIR% -- cgit v1.2.1