Skip to content

Commit

Permalink
Merge pull request #379 from treefrogframework/brew-qt
Browse files Browse the repository at this point in the history
update actions for macos
  • Loading branch information
treefrogframework authored Feb 25, 2023
2 parents f1acea8 + 62f7514 commit 54977bd
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,9 @@ jobs:
steps:
- uses: actions/checkout@main
- name: Homebrew
run: brew install qt6 jq
run: |
brew install qt6 jq
brew link qt
- name: configure
run: ./configure --prefix=/usr/local
- name: build
Expand All @@ -158,7 +160,9 @@ jobs:
steps:
- uses: actions/checkout@main
- name: Homebrew
run: brew install qt6 pkg-config jq mongo-c-driver gflags glog lz4
run: |
brew install qt6 pkg-config jq mongo-c-driver gflags glog lz4
brew link qt
- name: configure
run: ./configure --prefix=/usr/local --enable-shared-mongoc --enable-shared-glog --enable-shared-lz4
- name: build
Expand Down

0 comments on commit 54977bd

Please sign in to comment.