Skip to content

Commit 1b4afa1

Browse files
update actions.yml for mongo c driver v2.x
1 parent ce11551 commit 1b4afa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ jobs:
229229
- name: Homebrew
230230
run: |
231231
which pkg-config || brew install pkg-config
232-
brew install qt6 jq mongoc2 gflags glog lz4 yarn
232+
brew install qt6 jq mongo-c-driver@2 gflags glog lz4 yarn
233233
- name: configure for debug
234234
run: |
235235
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

Comments
 (0)