Skip to content

Commit 97cfb05

Browse files
update
1 parent 97975f3 commit 97cfb05

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/actions.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,8 @@ jobs:
143143
- uses: actions/checkout@main
144144
- name: Homebrew
145145
run: |
146-
brew install qt6 pkgconf@1 jq
146+
which pkg-config || brew install pkg-config
147+
brew install qt6 jq
147148
- name: configure
148149
run: ./configure --prefix=/usr/local
149150
- name: build
@@ -163,7 +164,8 @@ jobs:
163164
- uses: actions/checkout@main
164165
- name: Homebrew
165166
run: |
166-
brew install qt6 pkgconf@1 jq mongo-c-driver gflags glog lz4
167+
which pkg-config || brew install pkg-config
168+
brew install qt6 jq mongo-c-driver gflags glog lz4
167169
- name: configure
168170
run: ./configure --prefix=/usr/local --enable-shared-mongoc --enable-shared-glog --enable-shared-lz4
169171
- name: build

0 commit comments

Comments
 (0)