Skip to content

Commit 997858d

Browse files
committed
set PATH; since we're not setting --with-php-build
1 parent 44c0682 commit 997858d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/scripts/windows/test_task.bat

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,8 @@ for %%i in (ldap) do (
133133

134134
set TEST_PHPDBG_EXECUTABLE=%PHP_BUILD_DIR%\phpdbg.exe
135135

136+
path=%DEPS_DIR%\bin;%PATH%
137+
136138
mkdir c:\tests_tmp
137139

138140
nmake test TESTS="%OPCACHE_OPTS% -g FAIL,BORK,LEAK,XLEAK --no-progress -q --offline --show-diff --show-slow 1000 --set-timeout 120 --temp-source c:\tests_tmp --temp-target c:\tests_tmp %PARALLEL%"

0 commit comments

Comments
 (0)