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 97975f3 commit 97cfb05
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,8 @@ jobs:
- uses: actions/checkout@main
- name: Homebrew
run: |
brew install qt6 pkgconf@1 jq
which pkg-config || brew install pkg-config
brew install qt6 jq
- name: configure
run: ./configure --prefix=/usr/local
- name: build
Expand All @@ -163,7 +164,8 @@ jobs:
- uses: actions/checkout@main
- name: Homebrew
run: |
brew install qt6 pkgconf@1 jq mongo-c-driver gflags glog lz4
which pkg-config || brew install pkg-config
brew install qt6 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 97cfb05

Please sign in to comment.