File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 9393 runs-on : windows-2019
9494 env :
9595 APPVEYOR : " "
96+ APPVEYOR_GITHUB : " True"
9697 APPVEYOR_BUILD_FOLDER : " ${{ github.workspace }}"
9798 APPVEYOR_REPO_BRANCH : " ${{ github.ref_name }}"
9899 PHP_BUILD_CACHE_BASE_DIR : c:\build-cache
Original file line number Diff line number Diff line change 11@ echo on
22
3- if " %APPVEYOR% " equ " True" (
3+ if " %APPVEYOR%%APPVEYOR_GITHUB% " equ " True" (
44 rmdir /s /q C:\cygwin > NUL 2 > NUL
55 if %errorlevel% neq 0 exit /b 3
66 rmdir /s /q C:\cygwin64 > NUL 2 > NUL
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ if "%APPVEYOR%" equ "True" (
4949)
5050
5151rem prepare for ext/openssl
52- if " %APPVEYOR% " equ " True" (
52+ if " %APPVEYOR%%APPVEYOR_GITHUB% " equ " True" (
5353 rmdir /s /q C:\OpenSSL-Win32 > NUL 2 > NUL
5454 rmdir /s /q C:\OpenSSL-Win64 > NUL 2 > NUL
5555)
You can’t perform that action at this time.
0 commit comments