Install libmaxminddb in macOS CI

(cherry picked from commit dfba2d6df7)
This commit is contained in:
Benjamin Bannier 2023-10-26 14:47:59 +02:00 committed by Christian Kreibich
parent fe7a21874d
commit 279372b6f9

View file

@ -7,7 +7,7 @@ set -x
brew update brew update
brew upgrade cmake brew upgrade cmake
brew install openssl@3 swig bison flex ccache brew install openssl@3 swig bison flex ccache libmaxminddb
python3 -m pip install --user websockets python3 -m pip install --user websockets
# Brew doesn't create the /opt/homebrew/opt/openssl symlink if you install # Brew doesn't create the /opt/homebrew/opt/openssl symlink if you install