Skip to content

Commit 54977bd

Browse files
Merge pull request #379 from treefrogframework/brew-qt
update actions for macos
2 parents f1acea8 + 62f7514 commit 54977bd

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/actions.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,9 @@ jobs:
139139
steps:
140140
- uses: actions/checkout@main
141141
- name: Homebrew
142-
run: brew install qt6 jq
142+
run: |
143+
brew install qt6 jq
144+
brew link qt
143145
- name: configure
144146
run: ./configure --prefix=/usr/local
145147
- name: build
@@ -158,7 +160,9 @@ jobs:
158160
steps:
159161
- uses: actions/checkout@main
160162
- name: Homebrew
161-
run: brew install qt6 pkg-config jq mongo-c-driver gflags glog lz4
163+
run: |
164+
brew install qt6 pkg-config jq mongo-c-driver gflags glog lz4
165+
brew link qt
162166
- name: configure
163167
run: ./configure --prefix=/usr/local --enable-shared-mongoc --enable-shared-glog --enable-shared-lz4
164168
- name: build

0 commit comments

Comments
 (0)