Skip to content

Commit b438e2b

Browse files
committed
Merge branch 'PHP-8.3'
* PHP-8.3: Run snmp tests in Windows CI, again
2 parents ed54d6d + ad11cbc commit b438e2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/windows/test_task.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ popd
103103

104104
rem prepare for snmp
105105
set MIBDIRS=%DEPS_DIR%\share\mibs
106-
start %DEPS_DIR%\bin\snmpd.exe -C -c %APPVEYOR_BUILD_FOLDER%\ext\snmp\tests\snmpd.conf -Ln
106+
start %DEPS_DIR%\bin\snmpd.exe -C -c %GITHUB_WORKSPACE%\ext\snmp\tests\snmpd.conf -Ln
107107

108108
set PHP_BUILD_DIR=%PHP_BUILD_OBJ_DIR%\Release
109109
if "%THREAD_SAFE%" equ "1" set PHP_BUILD_DIR=%PHP_BUILD_DIR%_TS

0 commit comments

Comments
 (0)