Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
treefrogframework committed Nov 23, 2024
1 parent f399abc commit 97975f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ jobs:
- uses: actions/checkout@main
- name: Homebrew
run: |
brew install qt6 pkgconf jq
brew install qt6 pkgconf@1 jq
- name: configure
run: ./configure --prefix=/usr/local
- name: build
Expand All @@ -163,7 +163,7 @@ jobs:
- uses: actions/checkout@main
- name: Homebrew
run: |
brew install qt6 pkgconf jq mongo-c-driver gflags glog lz4
brew install qt6 pkgconf@1 jq mongo-c-driver gflags glog lz4
- name: configure
run: ./configure --prefix=/usr/local --enable-shared-mongoc --enable-shared-glog --enable-shared-lz4
- name: build
Expand Down

0 comments on commit 97975f3

Please sign in to comment.