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 ed54d6d + ad11cbc commit b438e2bCopy full SHA for b438e2b
.github/scripts/windows/test_task.bat
@@ -103,7 +103,7 @@ popd
103
104
rem prepare for snmp
105
set MIBDIRS=%DEPS_DIR%\share\mibs
106
-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
107
108
set PHP_BUILD_DIR=%PHP_BUILD_OBJ_DIR%\Release
109
if "%THREAD_SAFE%" equ "1" set PHP_BUILD_DIR=%PHP_BUILD_DIR%_TS
0 commit comments