mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-10 02:59:01 -04:00
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:
parent
45d5e5c752
commit
a018818635
1
.github/workflows/ci-macos.yml
vendored
1
.github/workflows/ci-macos.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user