X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=.github%2Fworkflows%2Fmain.yml;fp=.github%2Fworkflows%2Fmain.yml;h=e75905f06126da6fd41fc61b41078e6ec109a878;hp=2bcfc196d4fb156905e446e139e2176e106a3bde;hb=61219bb0ca15a6356fde510fd114fd3b6628f08b;hpb=1c0d1d51dd207d1895e99bfc640d4464667d6212 diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2bcfc196..e75905f0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -120,7 +120,7 @@ jobs: # If Homebrew begins failing in the future due to out-of-date versions, # it can be re-enabled here as follows... # run: brew update && [below command] - run: brew install boost ccache ninja qca qt5 + run: brew install boost ccache ninja qca qt@5 - name: Get timestamp id: get-timestamp @@ -145,7 +145,7 @@ jobs: -DWANT_CORE=ON \ -DWANT_QTCLIENT=ON \ -DWANT_MONO=ON \ - -DCMAKE_PREFIX_PATH=/usr/local/opt/qt/lib/cmake \ + -DCMAKE_PREFIX_PATH=$(brew --prefix)/opt/qt@5 \ -DCMAKE_INSTALL_PREFIX=$GITHUB_WORKSPACE/bundles \ -DCMAKE_BUILD_TYPE=Release \ -DBUILD_TESTING=ON \