Skip to content

Commit 97975f3

Browse files
update
1 parent f399abc commit 97975f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/actions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
- uses: actions/checkout@main
144144
- name: Homebrew
145145
run: |
146-
brew install qt6 pkgconf jq
146+
brew install qt6 pkgconf@1 jq
147147
- name: configure
148148
run: ./configure --prefix=/usr/local
149149
- name: build
@@ -163,7 +163,7 @@ jobs:
163163
- uses: actions/checkout@main
164164
- name: Homebrew
165165
run: |
166-
brew install qt6 pkgconf jq mongo-c-driver gflags glog lz4
166+
brew install qt6 pkgconf@1 jq mongo-c-driver gflags glog lz4
167167
- name: configure
168168
run: ./configure --prefix=/usr/local --enable-shared-mongoc --enable-shared-glog --enable-shared-lz4
169169
- name: build

0 commit comments

Comments
 (0)