From ae6cb77ac8a7d400a73f83e346c33305eca3f459 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Hrdli=C4=8Dka?= Date: Fri, 11 Mar 2022 20:44:53 +0100 Subject: [PATCH] Actions: FIx the macOS build --- .github/workflows/cmake.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 25b62787d..ec26581d9 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -326,8 +326,8 @@ jobs: -D DEV_BRANCH=${{ matrix.build.dev-build }} -D NEW_DYNAREC=${{ matrix.build.new-dynarec }} -D CMAKE_BUILD_TYPE=${{ matrix.build.type }} - -D Qt5_DIR=/usr/local/Cellar/qt@5/5.15.2_1/lib/cmake/Qt5 - -D Qt5LinguistTools_DIR=/usr/local/Cellar/qt@5/5.15.2_1/lib/cmake/Qt5LinguistTools/ + -D Qt5_DIR=/usr/local/opt/qt@5/lib/cmake/Qt5 + -D Qt5LinguistTools_DIR=/usr/local/opt/qt@5/lib/cmake/Qt5LinguistTools/ - name: Build run: cmake --build build - name: Generate package