We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 457ffd9 commit 01f5d71Copy full SHA for 01f5d71
ci/setup.sh
@@ -84,6 +84,7 @@ if [[ x$OSTYPE =~ ^xdarwin ]]; then
84
85
brew info "$DB"
86
brew install "$DB" zstd
87
+ brew link "$DB" # explicitly activate in case of kegged LTS versions
88
DB_PREFIX="$(brew --prefix "${DB}")"
89
export PATH="${DB_PREFIX}/bin:${PATH}"
90
export LDFLAGS="-L${DB_PREFIX}/lib"
0 commit comments