Fix GitHub Actions on macOS for real this time.

This commit is contained in:
Sadie Powell 2020-02-13 22:39:05 +00:00
parent 0d33e174a4
commit c0f75dd4f5

View File

@ -14,9 +14,10 @@ jobs:
- uses: actions/checkout@v2
- name: Install dependencies
run: |
brew update
brew install pkg-config gnutls libmaxminddb libpq mbedtls mysql-client openssl@1.1 pcre re2 sqlite3 tre
brew link --force libpq
brew link --force mysql-client
brew link --force --overwrite libpq
brew link --force --overwrite mysql-client
- name: Run test-build
run: ./tools/test-build c++
strategy: