We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ff6ace commit 96d4c60Copy full SHA for 96d4c60
.github/workflows/build.yml
@@ -176,16 +176,14 @@ jobs:
176
with:
177
submodules: recursive
178
179
- - run: brew install cmake boost
180
-
181
- - uses: jurplel/install-qt-action@v2
+ - run: brew install cmake boost qt5
182
183
- name: Create Build Environment
184
run: cmake -E make_directory ${{github.workspace}}/build
185
186
- name: Configure CMake
187
working-directory: ${{github.workspace}}/build
188
- run: cmake .. -DCMAKE_BUILD_TYPE=Release -DWITH_TESTS=OFF
+ run: cmake .. -DCMAKE_BUILD_TYPE=Release -DWITH_TESTS=OFF -DCMAKE_PREFIX_PATH="$(brew --prefix qt5)/lib/cmake"
189
env:
190
BOOST_ROOT: ${{ steps.install-boost.outputs.BOOST_ROOT }}
191
0 commit comments