Update deploy.yml

This commit is contained in:
Alex Spataru 2023-01-22 07:44:34 -06:00
parent 495e6ce662
commit bd7a890652

View File

@ -27,6 +27,7 @@ env:
PUBLISHER: "Alex Spataru" PUBLISHER: "Alex Spataru"
REPO_DIR: "/home/runner/work/Serial-Studio" REPO_DIR: "/home/runner/work/Serial-Studio"
QT_VERSION: 6.4.2 QT_VERSION: 6.4.2
QT_MODULES: qtserialport qtconnectivity qt5compat
QMAKE: qmake6 QMAKE: qmake6
CORES: 16 CORES: 16
@ -59,7 +60,7 @@ jobs:
uses: jurplel/install-qt-action@v2 uses: jurplel/install-qt-action@v2
with: with:
version: ${{env.QT_VERSION}} version: ${{env.QT_VERSION}}
modules: qtserialport qt5compat qtconnectivity modules: ${{env.QT_MODULES}}
aqtversion: '==2.0.0' aqtversion: '==2.0.0'
cached: ${{steps.cache-qt.outputs.cache-hit}} cached: ${{steps.cache-qt.outputs.cache-hit}}
@ -120,7 +121,7 @@ jobs:
uses: jurplel/install-qt-action@v2 uses: jurplel/install-qt-action@v2
with: with:
version: ${{env.QT_VERSION}} version: ${{env.QT_VERSION}}
modules: qtserialport qt5compat qtconnectivity modules: ${{env.QT_MODULES}}
aqtversion: '==2.0.0' aqtversion: '==2.0.0'
cached: ${{steps.cache-qt.outputs.cache-hit}} cached: ${{steps.cache-qt.outputs.cache-hit}}
@ -171,7 +172,7 @@ jobs:
uses: jurplel/install-qt-action@v2 uses: jurplel/install-qt-action@v2
with: with:
version: ${{env.QT_VERSION}} version: ${{env.QT_VERSION}}
modules: qtserialport qt5compat qtconnectivity modules: ${{env.QT_MODULES}}
aqtversion: '==2.0.0' aqtversion: '==2.0.0'
cached: ${{steps.cache-qt.outputs.cache-hit}} cached: ${{steps.cache-qt.outputs.cache-hit}}