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 f399abc commit 97975f3Copy full SHA for 97975f3
.github/workflows/actions.yml
@@ -143,7 +143,7 @@ jobs:
143
- uses: actions/checkout@main
144
- name: Homebrew
145
run: |
146
- brew install qt6 pkgconf jq
+ brew install qt6 pkgconf@1 jq
147
- name: configure
148
run: ./configure --prefix=/usr/local
149
- name: build
@@ -163,7 +163,7 @@ jobs:
163
164
165
166
- brew install qt6 pkgconf jq mongo-c-driver gflags glog lz4
+ brew install qt6 pkgconf@1 jq mongo-c-driver gflags glog lz4
167
168
run: ./configure --prefix=/usr/local --enable-shared-mongoc --enable-shared-glog --enable-shared-lz4
169
0 commit comments