mirror of
https://github.com/Serial-Studio/Serial-Studio.git
synced 2025-01-31 17:42:55 +08:00
Update deploy.yml
This commit is contained in:
parent
495e6ce662
commit
bd7a890652
7
.github/workflows/deploy.yml
vendored
7
.github/workflows/deploy.yml
vendored
@ -27,6 +27,7 @@ env:
|
||||
PUBLISHER: "Alex Spataru"
|
||||
REPO_DIR: "/home/runner/work/Serial-Studio"
|
||||
QT_VERSION: 6.4.2
|
||||
QT_MODULES: qtserialport qtconnectivity qt5compat
|
||||
QMAKE: qmake6
|
||||
CORES: 16
|
||||
|
||||
@ -59,7 +60,7 @@ jobs:
|
||||
uses: jurplel/install-qt-action@v2
|
||||
with:
|
||||
version: ${{env.QT_VERSION}}
|
||||
modules: qtserialport qt5compat qtconnectivity
|
||||
modules: ${{env.QT_MODULES}}
|
||||
aqtversion: '==2.0.0'
|
||||
cached: ${{steps.cache-qt.outputs.cache-hit}}
|
||||
|
||||
@ -120,7 +121,7 @@ jobs:
|
||||
uses: jurplel/install-qt-action@v2
|
||||
with:
|
||||
version: ${{env.QT_VERSION}}
|
||||
modules: qtserialport qt5compat qtconnectivity
|
||||
modules: ${{env.QT_MODULES}}
|
||||
aqtversion: '==2.0.0'
|
||||
cached: ${{steps.cache-qt.outputs.cache-hit}}
|
||||
|
||||
@ -171,7 +172,7 @@ jobs:
|
||||
uses: jurplel/install-qt-action@v2
|
||||
with:
|
||||
version: ${{env.QT_VERSION}}
|
||||
modules: qtserialport qt5compat qtconnectivity
|
||||
modules: ${{env.QT_MODULES}}
|
||||
aqtversion: '==2.0.0'
|
||||
cached: ${{steps.cache-qt.outputs.cache-hit}}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user