From 4c37234ce0007ed6beaa7eb20968fb9368bca435 Mon Sep 17 00:00:00 2001 From: dob205 Date: Tue, 8 Feb 2022 13:56:36 +0100 Subject: [PATCH] Potential fixes for GitHub Actions on macOS --- .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 1db23c823..afec3450f 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -327,8 +327,8 @@ jobs: -D VNC=OFF -D CMAKE_BUILD_TYPE=${{ matrix.build.type }} -D QT=ON - -D Qt5_DIR=/usr/local/Cellar/qt@5/5.15.2/lib/cmake/ - -D Qt5LinguistTools_DIR=/usr/local/Cellar/qt@5/5.15.2/lib/cmake/Qt5LinguistTools/ + -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/ - name: Build run: cmake --build build - name: Generate package