mirror of
https://github.com/Serial-Studio/Serial-Studio.git
synced 2025-01-15 05:22:53 +08:00
Update Build.yml
This commit is contained in:
parent
e2625eba4e
commit
1e329d084b
10
.github/workflows/Build.yml
vendored
10
.github/workflows/Build.yml
vendored
@ -55,7 +55,7 @@ jobs:
|
||||
uses: jurplel/install-qt-action@v2
|
||||
with:
|
||||
version: ${{env.QT_VERSION}}
|
||||
modules: qtserialport, core5compat
|
||||
modules: qtserialport, qtcore5compat
|
||||
aqtversion: '==2.0.0'
|
||||
cached: ${{steps.cache-qt.outputs.cache-hit}}
|
||||
|
||||
@ -112,13 +112,13 @@ jobs:
|
||||
uses: actions/cache@v1
|
||||
with:
|
||||
path: ../Qt
|
||||
key: ${{runner.os}}-qt-${{env.QT_VERSION}}
|
||||
key: ${{runner.os}}-qtcache-${{env.QT_VERSION}}
|
||||
|
||||
- name: '⚙️ Install Qt'
|
||||
uses: jurplel/install-qtcache-action@v2
|
||||
uses: jurplel/install-qt-action@v2
|
||||
with:
|
||||
version: ${{env.QT_VERSION}}
|
||||
modules: qtserialport, core5compat
|
||||
modules: qtserialport, qtcore5compat
|
||||
aqtversion: '==2.0.0'
|
||||
cached: ${{steps.cache-qt.outputs.cache-hit}}
|
||||
|
||||
@ -171,7 +171,7 @@ jobs:
|
||||
uses: jurplel/install-qt-action@v2
|
||||
with:
|
||||
version: ${{env.QT_VERSION}}
|
||||
modules: qtserialport, core5compat
|
||||
modules: qtserialport, qtcore5compat
|
||||
aqtversion: '==2.0.0'
|
||||
cached: ${{steps.cache-qt.outputs.cache-hit}}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user