File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -5,11 +5,6 @@ if /i "%GITHUB_ACTIONS%" neq "True" (
5
5
exit /b 3
6
6
)
7
7
8
- del /f /q C:\Windows\System32\libcrypto-1_1-x64.dll > NUL 2 > NUL
9
- if %errorlevel% neq 0 exit /b 3
10
- del /f /q C:\Windows\System32\libssl-1_1-x64.dll > NUL 2 > NUL
11
- if %errorlevel% neq 0 exit /b 3
12
-
13
8
call %~dp0 find-target-branch.bat
14
9
set STABILITY = staging
15
10
set DEPS_DIR = %PHP_BUILD_CACHE_BASE_DIR% \deps-%BRANCH% -%PHP_SDK_VS% -%PHP_SDK_ARCH%
Original file line number Diff line number Diff line change @@ -141,6 +141,8 @@ editbin /stack:8388608 %PHP_BUILD_DIR%\php-cgi.exe
141
141
142
142
set TEST_PHPDBG_EXECUTABLE = %PHP_BUILD_DIR% \phpdbg.exe
143
143
144
+ copy /-y %DEPS_DIR% \bin\*.dll %PHP_BUILD_DIR% \*
145
+
144
146
if " %ASAN% " equ " 1" set ASAN_OPTS = --asan
145
147
146
148
mkdir c:\tests_tmp
You can’t perform that action at this time.
0 commit comments