Skip to content

Commit 1a2d2a7

Browse files
committed
[ci] macOS quiet brew install if pkg already inst
macOS quiet brew install warning if package already installed
1 parent 2217042 commit 1a2d2a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
- uses: actions/checkout@v4
8686
- name: Install packages
8787
run: |
88-
brew install meson ninja pkg-config pcre2 perl \
88+
brew install -q meson ninja pkg-config pcre2 perl \
8989
gnutls libressl mbedtls nettle nss wolfssl \
9090
cyrus-sasl krb5 libdbi openldap \
9191
mariadb-connector-c libpq \

0 commit comments

Comments
 (0)