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.
2 parents f1acea8 + 62f7514 commit 54977bdCopy full SHA for 54977bd
.github/workflows/actions.yml
@@ -139,7 +139,9 @@ jobs:
139
steps:
140
- uses: actions/checkout@main
141
- name: Homebrew
142
- run: brew install qt6 jq
+ run: |
143
+ brew install qt6 jq
144
+ brew link qt
145
- name: configure
146
run: ./configure --prefix=/usr/local
147
- name: build
@@ -158,7 +160,9 @@ jobs:
158
160
159
161
162
- run: brew install qt6 pkg-config jq mongo-c-driver gflags glog lz4
163
164
+ brew install qt6 pkg-config jq mongo-c-driver gflags glog lz4
165
166
167
run: ./configure --prefix=/usr/local --enable-shared-mongoc --enable-shared-glog --enable-shared-lz4
168
0 commit comments