Skip to content

Commit 71ef738

Browse files
use mongo-c-driver@1 for macos
1 parent c0edc93 commit 71ef738

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/actions.yml

Lines changed: 3 additions & 3 deletions
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 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

0 commit comments

Comments
 (0)