Skip to content

Commit f93df2d

Browse files
author
omars44
committed
windows-tests: remove configure verbosity
1 parent fffbc72 commit f93df2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/windows-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
phpize
6969
- name: configure
7070
run: |
71-
configure --with-verbosity=2 --enable-solr --with-php-build=.\..\deps --with-prefix=${{steps.setup-php.outputs.prefix}}
71+
configure --enable-solr --with-php-build=.\..\deps --with-prefix=${{steps.setup-php.outputs.prefix}}
7272
7373
- name: extract variables from Makefile (build_dir and dll_file)
7474
shell: powershell

0 commit comments

Comments
 (0)