mirror of
https://github.com/Serial-Studio/Serial-Studio.git
synced 2025-01-31 17:42:55 +08:00
Update Build.yml
This commit is contained in:
parent
d67aec1a09
commit
82f610d9a2
12
.github/workflows/Build.yml
vendored
12
.github/workflows/Build.yml
vendored
@ -49,13 +49,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-qt-action@v2
|
||||
with:
|
||||
version: ${{env.QT_VERSION}}
|
||||
modules: qtserialport
|
||||
modules: qtserialport, core5compat
|
||||
aqtversion: '==2.0.0'
|
||||
cached: ${{steps.cache-qt.outputs.cache-hit}}
|
||||
|
||||
@ -115,10 +115,10 @@ jobs:
|
||||
key: ${{runner.os}}-qt-${{env.QT_VERSION}}
|
||||
|
||||
- name: '⚙️ Install Qt'
|
||||
uses: jurplel/install-qt-action@v2
|
||||
uses: jurplel/install-qtcache-action@v2
|
||||
with:
|
||||
version: ${{env.QT_VERSION}}
|
||||
modules: qtserialport
|
||||
modules: qtserialport, core5compat
|
||||
aqtversion: '==2.0.0'
|
||||
cached: ${{steps.cache-qt.outputs.cache-hit}}
|
||||
|
||||
@ -165,13 +165,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-qt-action@v2
|
||||
with:
|
||||
version: ${{env.QT_VERSION}}
|
||||
modules: qtserialport
|
||||
modules: qtserialport, core5compat
|
||||
aqtversion: '==2.0.0'
|
||||
cached: ${{steps.cache-qt.outputs.cache-hit}}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user