Skip to content

Commit dac5258

Browse files
committed
fix
1 parent 7f0d334 commit dac5258

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/scripts/windows/test_task.bat

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,8 @@ set ODBC_TEST_PASS=Password12!
5151
set ODBC_TEST_DSN=Driver={ODBC Driver 17 for SQL Server};Server=^(local^)\SQLEXPRESS;Database=master;uid=%ODBC_TEST_USER%;pwd=%ODBC_TEST_PASS%
5252
set PDOTEST_DSN=odbc:%ODBC_TEST_DSN%
5353

54-
echo PHP_SDK_ARCH=%PHP_SDK_ARCH%
55-
echo PLATFORM=%PLATFORM%
5654
rem setup Firebird related exts
57-
if %PLATFORM%=="x64" (
55+
if "%PLATFORM%"=="x64" (
5856
set PHP_FIREBIRD_DOWNLOAD_URL=https://github.com/FirebirdSQL/firebird/releases/download/v3.0.9/Firebird-3.0.9.33560-0_x64.zip
5957
) else (
6058
set PHP_FIREBIRD_DOWNLOAD_URL=https://github.com/FirebirdSQL/firebird/releases/download/v3.0.9/Firebird-3.0.9.33560-0_Win32.zip
@@ -75,7 +73,7 @@ path C:\Firebird;%PATH%
7573
rem prepare for ext/openssl
7674
rmdir /s /q C:\OpenSSL-Win32 >NUL 2>NUL
7775
rmdir /s /q C:\OpenSSL-Win64 >NUL 2>NUL
78-
if %PLATFORM%=="x64" (
76+
if "%PLATFORM%"=="x64" (
7977
set OPENSSLDIR="C:\Program Files\Common Files\SSL"
8078
) else (
8179
set OPENSSLDIR="C:\Program Files (x86)\Common Files\SSL"

0 commit comments

Comments
 (0)