File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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 mongo-c-driver gflags glog lz4 yarn
232+ brew install qt6 jq mongo-c-driver@1 gflags glog lz4 yarn
233233 - name : configure for debug
234234 run : |
235235 ./configure --prefix=/usr/local --enable-shared-mongoc --enable-shared-glog --enable-shared-lz4 --enable-debug
@@ -273,7 +273,7 @@ jobs:
273273 - name : Homebrew
274274 run : |
275275 which pkg-config || brew install pkg-config
276- brew install qt6 jq mongo-c-driver gflags glog lz4 yarn
276+ brew install qt6 jq mongo-c-driver@1 gflags glog lz4 yarn
277277 - name : configure for debug
278278 run : |
279279 ./configure --prefix=/usr/local --enable-shared-mongoc --enable-shared-glog --enable-shared-lz4 --enable-debug
@@ -317,7 +317,7 @@ jobs:
317317 - name : Homebrew
318318 run : |
319319 which pkg-config || brew install pkg-config
320- brew install qt6 jq mongo-c-driver gflags glog lz4 yarn
320+ brew install qt6 jq mongo-c-driver@1 gflags glog lz4 yarn
321321 - name : configure for debug
322322 run : |
323323 ./configure --prefix=/usr/local --enable-shared-mongoc --enable-shared-glog --enable-shared-lz4 --enable-debug
You can’t perform that action at this time.
0 commit comments