Skip to content

Commit 69f7c7b

Browse files
committed
rmdir openssl
1 parent c59a929 commit 69f7c7b

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ jobs:
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

appveyor/build_task.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

appveyor/test_task.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ if "%APPVEYOR%" equ "True" (
4949
)
5050

5151
rem 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
)

0 commit comments

Comments
 (0)