File tree 2 files changed +4
-4
lines changed 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ 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
8
+ del /f /q C:\Windows\System32\libcrypto-1_1-x86 .dll > NUL 2 > NUL
9
9
if %errorlevel% neq 0 exit /b 3
10
- del /f /q C:\Windows\System32\libssl-1_1-x64 .dll > NUL 2 > NUL
10
+ del /f /q C:\Windows\System32\libssl-1_1-x86 .dll > NUL 2 > NUL
11
11
if %errorlevel% neq 0 exit /b 3
12
12
13
13
call %~dp0 find-target-branch.bat
Original file line number Diff line number Diff line change @@ -235,15 +235,15 @@ jobs:
235
235
uses : ./.github/actions/verify-generated-files
236
236
WINDOWS :
237
237
if : github.repository == 'php/php-src' || github.event_name == 'pull_request'
238
- name : WINDOWS_X64_ZTS
238
+ name : WINDOWS_X86_ZTS
239
239
runs-on : windows-2022
240
240
env :
241
241
PHP_BUILD_CACHE_BASE_DIR : C:\build-cache
242
242
PHP_BUILD_OBJ_DIR : C:\obj
243
243
PHP_BUILD_CACHE_SDK_DIR : C:\build-cache\sdk
244
244
PHP_BUILD_SDK_BRANCH : php-sdk-2.3.0
245
245
PHP_BUILD_CRT : vs17
246
- PLATFORM : x64
246
+ PLATFORM : x86
247
247
THREAD_SAFE : " 1"
248
248
INTRINSICS : AVX2
249
249
PARALLEL : -j2
You can’t perform that action at this time.
0 commit comments