Skip to content

Commit 71aed03

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

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/windows.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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: |

0 commit comments

Comments
 (0)