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
e8b4abd12a
commit
eac729a3f1
6
.github/workflows/Build.yml
vendored
6
.github/workflows/Build.yml
vendored
@ -49,7 +49,7 @@ jobs:
|
||||
uses: actions/cache@v1
|
||||
with:
|
||||
path: ../Qt
|
||||
key: ${{runner.os}}-qtcache-${{env.QT_VERSION}}
|
||||
key: ${{runner.os}}-qtcachedir-${{env.QT_VERSION}}
|
||||
|
||||
- name: '⚙️ Install Qt'
|
||||
uses: jurplel/install-qt-action@v2
|
||||
@ -112,7 +112,7 @@ jobs:
|
||||
uses: actions/cache@v1
|
||||
with:
|
||||
path: ../Qt
|
||||
key: ${{runner.os}}-qtcache-${{env.QT_VERSION}}
|
||||
key: ${{runner.os}}-qtcachedir-${{env.QT_VERSION}}
|
||||
|
||||
- name: '⚙️ Install Qt'
|
||||
uses: jurplel/install-qt-action@v2
|
||||
@ -165,7 +165,7 @@ jobs:
|
||||
uses: actions/cache@v1
|
||||
with:
|
||||
path: ../Qt
|
||||
key: ${{runner.os}}-qtcache-${{env.QT_VERSION}}
|
||||
key: ${{runner.os}}-qtcachedir-${{env.QT_VERSION}}
|
||||
|
||||
- name: '⚙️ Install Qt'
|
||||
uses: jurplel/install-qt-action@v2
|
||||
|
Loading…
x
Reference in New Issue
Block a user