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:
229
229
- name : Homebrew
230
230
run : |
231
231
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
233
233
- name : configure for debug
234
234
run : |
235
235
./configure --prefix=/usr/local --enable-shared-mongoc --enable-shared-glog --enable-shared-lz4 --enable-debug
@@ -273,7 +273,7 @@ jobs:
273
273
- name : Homebrew
274
274
run : |
275
275
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
277
277
- name : configure for debug
278
278
run : |
279
279
./configure --prefix=/usr/local --enable-shared-mongoc --enable-shared-glog --enable-shared-lz4 --enable-debug
@@ -317,7 +317,7 @@ jobs:
317
317
- name : Homebrew
318
318
run : |
319
319
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
321
321
- name : configure for debug
322
322
run : |
323
323
./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