From 329dce92819c6b09525aa6acb9e7f050d456f450 Mon Sep 17 00:00:00 2001 From: Alessandro Muntoni Date: Thu, 1 Feb 2024 11:37:44 +0100 Subject: [PATCH] try --- .github/actions/0_setup/action.yml | 3 +++ scripts/macOS/1_build.sh | 1 + 2 files changed, 4 insertions(+) diff --git a/.github/actions/0_setup/action.yml b/.github/actions/0_setup/action.yml index bb2594347..321a73c4d 100644 --- a/.github/actions/0_setup/action.yml +++ b/.github/actions/0_setup/action.yml @@ -17,6 +17,9 @@ runs: steps: - name: Setup MSVC uses: ilammy/msvc-dev-cmd@v1 + - name: Check + run: | + echo "Install Qt Action: ${{ inputs.use-jurpel-qt-action }}" - name: Install Qt if: ${{ inputs.use-jurpel-qt-action }} uses: jurplel/install-qt-action@v3 diff --git a/scripts/macOS/1_build.sh b/scripts/macOS/1_build.sh index 30e8312b5..8b3b080dc 100644 --- a/scripts/macOS/1_build.sh +++ b/scripts/macOS/1_build.sh @@ -71,6 +71,7 @@ fi if [ ! -z "$QT_DIR" ] then + export Qt5_Dir=$QT_DIR export Qt5_DIR=$QT_DIR fi