File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -128,9 +128,21 @@ 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+
132+ - shell : cmd
133+ run : |
134+ call C:\tools\php-sdk\phpsdk-vc${{ matrix.vc_num }}-${{ matrix.arch }}.bat
135+ call C:\tools\php-sdk\bin\phpsdk_setvars.bat
131136 configure --with-prefix=C:\php --with-php-build=C:\php-devpack --disable-all --enable-zephir-parser=shared
137+
138+ - shell : cmd
139+ run : |
140+ call C:\tools\php-sdk\phpsdk-vc${{ matrix.vc_num }}-${{ matrix.arch }}.bat
141+ call C:\tools\php-sdk\bin\phpsdk_setvars.bat
132142 nmake
133143
144+ - run : dir ${env:PHPROOT}\ext
145+
134146 - name : Check errors
135147 if : always()
136148 run : |
You can’t perform that action at this time.
0 commit comments