We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce11551 commit 1b4afa1Copy full SHA for 1b4afa1
.github/workflows/actions.yml
@@ -229,7 +229,7 @@ jobs:
229
- name: Homebrew
230
run: |
231
which pkg-config || brew install pkg-config
232
- brew install qt6 jq mongoc2 gflags glog lz4 yarn
+ brew install qt6 jq mongo-c-driver@2 gflags glog lz4 yarn
233
- name: configure for debug
234
235
export PKG_CONFIG_PATH=$(echo "$(find -L "$(brew --prefix)/opt" -type d \( -path "*/lib/pkgconfig" -o -path "*/share/pkgconfig" \) 2>/dev/null)" | sort -u | paste -sd ":" -):$PKG_CONFIG_PATH
0 commit comments