Skip to content

Commit f129298

Browse files
committed
#110 - Update configure flags
1 parent 71aed03 commit f129298

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,8 @@ 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
132-
nmake 2> compile-errors.log 1> compile.log
131+
configure --with-prefix=C:\php --with-php-build=C:\php-devpack --disable-all --enable-zephir-parser=shared
132+
nmake
133133
134134
- name: Check errors
135135
if: always()

0 commit comments

Comments
 (0)