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.
1 parent fffbc72 commit f93df2dCopy full SHA for f93df2d
.github/workflows/windows-tests.yml
@@ -68,7 +68,7 @@ jobs:
68
phpize
69
- name: configure
70
run: |
71
- configure --with-verbosity=2 --enable-solr --with-php-build=.\..\deps --with-prefix=${{steps.setup-php.outputs.prefix}}
+ configure --enable-solr --with-php-build=.\..\deps --with-prefix=${{steps.setup-php.outputs.prefix}}
72
73
- name: extract variables from Makefile (build_dir and dll_file)
74
shell: powershell
0 commit comments