fix bug qt-cmake

This commit is contained in:
Macbook 2024-10-09 22:45:15 +07:00
parent b93c5f3e57
commit 56d6ab2dd5
2 changed files with 3 additions and 3 deletions

View file

@ -299,7 +299,7 @@ jobs:
env:
QT_VERSION: 6.8.0
QIF_VERSION: 4.7
QIF_VERSION: 4.6
QT_MIRROR: https://mirrors.ocf.berkeley.edu/qt/
PROD_AGW_PUBLIC_KEY: ${{ secrets.PROD_AGW_PUBLIC_KEY }}
DEV_AGW_PUBLIC_KEY: ${{ secrets.DEV_AGW_PUBLIC_KEY }}

View file

@ -41,8 +41,8 @@ if [ -z "${QT_VERSION+x}" ]; then
fi
if [ -z "${QIF_VERSION+x}" ]; then
echo "QIF_VERSION is not set, using default 4.7"
QIF_VERSION=4.7
echo "QIF_VERSION is not set, using default 4.6"
QIF_VERSION=4.6
fi
QT_BIN_DIR=$HOME/Qt/$QT_VERSION/macos/bin