Skip to content

Commit b465468

Browse files
committed
rmdir openssl
1 parent c59a929 commit b465468

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
@@ -1,6 +1,6 @@
11
@echo on
22

3-
if "%APPVEYOR%" equ "True" (
3+
if "%APPVEYOR%%GITHUB_ACTIONS%" 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%%GITHUB_ACTIONS%" 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)