This commit is contained in:
Alessandro Muntoni 2024-02-01 11:37:44 +01:00
parent 32c81e87d1
commit 329dce9281
2 changed files with 4 additions and 0 deletions

View File

@ -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

View File

@ -71,6 +71,7 @@ fi
if [ ! -z "$QT_DIR" ]
then
export Qt5_Dir=$QT_DIR
export Qt5_DIR=$QT_DIR
fi