We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c59a929 commit b465468Copy full SHA for b465468
appveyor/build_task.bat
@@ -1,6 +1,6 @@
1
@echo on
2
3
-if "%APPVEYOR%" equ "True" (
+if "%APPVEYOR%%GITHUB_ACTIONS%" equ "True" (
4
rmdir /s /q C:\cygwin >NUL 2>NUL
5
if %errorlevel% neq 0 exit /b 3
6
rmdir /s /q C:\cygwin64 >NUL 2>NUL
appveyor/test_task.bat
@@ -49,7 +49,7 @@ if "%APPVEYOR%" equ "True" (
49
)
50
51
rem prepare for ext/openssl
52
53
rmdir /s /q C:\OpenSSL-Win32 >NUL 2>NUL
54
rmdir /s /q C:\OpenSSL-Win64 >NUL 2>NUL
55
0 commit comments