We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cb69900 + b26e610 commit ad11cbcCopy full SHA for ad11cbc
.github/scripts/windows/test_task.bat
@@ -105,7 +105,7 @@ popd
105
106
rem prepare for snmp
107
set MIBDIRS=%DEPS_DIR%\share\mibs
108
-start %DEPS_DIR%\bin\snmpd.exe -C -c %APPVEYOR_BUILD_FOLDER%\ext\snmp\tests\snmpd.conf -Ln
+start %DEPS_DIR%\bin\snmpd.exe -C -c %GITHUB_WORKSPACE%\ext\snmp\tests\snmpd.conf -Ln
109
110
set PHP_BUILD_DIR=%PHP_BUILD_OBJ_DIR%\Release
111
if "%THREAD_SAFE%" equ "1" set PHP_BUILD_DIR=%PHP_BUILD_DIR%_TS
0 commit comments