From 1ccf8302b7cafa7de3ba83110c9d2692a73fa494 Mon Sep 17 00:00:00 2001 From: Peter L Jones Date: Tue, 9 Feb 2021 17:14:33 +0000 Subject: [PATCH] CodeQL MacOS build with QT 5.9.9 --- .github/workflows/codeql-analysis.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index c48e877c71..ae2aad5464 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -37,7 +37,7 @@ jobs: - name: Install Qt on MacOS uses: jurplel/install-qt-action@v2 with: - version: '5.15.2' + version: '5.9.9' dir: '${{ github.workspace }}' if: matrix.os == 'macos-latest' @@ -65,10 +65,7 @@ jobs: languages: ${{ matrix.language }} - name: Build elsewhere - run: | - [ -x /Users/runner/work/jamulus/jamulus/Qt/5.15.2/clang_64/bin/qmake ] && \ - /Users/runner/work/jamulus/jamulus/Qt/5.15.2/clang_64/bin/qmake || qmake - make + run: qmake && make if: matrix.os != 'windows-latest' - name: Visual Studio shell