GitHub Actions: ensure that all packages are up to date on macOS.

This ensures that Homebrew does not explode when installing new
packages because thats apparently a challenge for it.
This commit is contained in:
Sadie Powell 2020-02-15 03:53:16 +00:00
parent 45d5e5c752
commit a018818635

View File

@ -15,6 +15,7 @@ jobs:
- name: Install dependencies
run: |
brew update
brew upgrade
brew install pkg-config gnutls libmaxminddb libpq mbedtls mysql-client openssl@1.1 pcre re2 sqlite3 tre
brew link --force --overwrite libpq
brew link --force --overwrite mysql-client