Skip to content

Commit d293f6d

Browse files
committed
Fix var name
1 parent 8b53c72 commit d293f6d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

appveyor/build_task.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ if /i "%APPVEYOR_REPO_BRANCH:~0,4%" equ "php-" (
3232
set BRANCH=master
3333
)
3434
set STABILITY=staging
35-
set DEPS_DIR=%PHP_BUILD_CACHE_BASE_DIR%\deps-%BRANCH%-%PHP_SDK_VC%-%PHP_SDK_ARCH%
35+
set DEPS_DIR=%PHP_BUILD_CACHE_BASE_DIR%\deps-%BRANCH%-%PHP_SDK_VS%-%PHP_SDK_ARCH%
3636
rem SDK is cached, deps info is cached as well
3737
echo Updating dependencies in %DEPS_DIR%
3838
cmd /c phpsdk_deps --update --no-backup --branch %BRANCH% --stability %STABILITY% --deps %DEPS_DIR% --crt %PHP_BUILD_CRT%

appveyor/test_task.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ if /i "%APPVEYOR_REPO_BRANCH:~0,4%" equ "php-" (
1111
set BRANCH=master
1212
set STABILITY=staging
1313
)
14-
set DEPS_DIR=%PHP_BUILD_CACHE_BASE_DIR%\deps-%BRANCH%-%PHP_SDK_VC%-%PHP_SDK_ARCH%
14+
set DEPS_DIR=%PHP_BUILD_CACHE_BASE_DIR%\deps-%BRANCH%-%PHP_SDK_VS%-%PHP_SDK_ARCH%
1515
if not exist "%DEPS_DIR%" (
1616
echo "%DEPS_DIR%" doesn't exist
1717
exit /b 3

0 commit comments

Comments
 (0)