From f93df2d623f7357fe3b1c58029f0a7ea3e2d8ef6 Mon Sep 17 00:00:00 2001 From: omars44 Date: Sun, 3 Dec 2023 08:20:19 +0200 Subject: [PATCH] windows-tests: remove configure verbosity --- .github/workflows/windows-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/windows-tests.yml b/.github/workflows/windows-tests.yml index 85ecb30d..e51c3bd6 100644 --- a/.github/workflows/windows-tests.yml +++ b/.github/workflows/windows-tests.yml @@ -68,7 +68,7 @@ jobs: phpize - name: configure run: | - 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}} - name: extract variables from Makefile (build_dir and dll_file) shell: powershell