File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ jobs:
128128 call C:\tools\php-sdk\phpsdk-vc${{ matrix.vc_num }}-${{ matrix.arch }}.bat
129129 call C:\tools\php-sdk\bin\phpsdk_setvars.bat
130130 call C:\tools\php-devpack\phpize.bat
131- configure --with-prefix=C:\php --with-php-build=C:\php-devpack --disable-all --enable-zephir-parser=shared
131+ configure --with-prefix=C:\php --with-php-build=C:\php-devpack
132132 nmake 2> compile-errors.log 1> compile.log
133133
134134 - name : Check errors
@@ -144,8 +144,7 @@ jobs:
144144 - run : |
145145 Import-Module .\.ci\win-ci-tools.psm1
146146 InitializeReleaseVars
147- Get-ChildItem D:\ -name -recurse php_zephir_parser.dll
148- Get-ChildItem C:\ -name -recurse php_zephir_parser.dll
147+ Get-ChildItem ${Env:GITHUB_WORKSPACE} -name -recurse php_zephir_parser.dll
149148
150149 - name : Enable Zephir Parser
151150 run : |
You can’t perform that action at this time.
0 commit comments