mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-10 02:59:01 -04:00
Fix GitHub Actions on macOS for real this time.
This commit is contained in:
parent
0d33e174a4
commit
c0f75dd4f5
5
.github/workflows/ci-macos.yml
vendored
5
.github/workflows/ci-macos.yml
vendored
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user