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