Update CI Qt installation steps (#1650)
* Update qt action install from v1 to v2 * Use Qt repository mirror * Cache Qt download/installation
This commit is contained in:
@@ -24,8 +24,18 @@ jobs:
|
||||
with:
|
||||
submodules: true
|
||||
|
||||
- name: Cache Qt
|
||||
id: cache-qt
|
||||
uses: actions/cache@v1
|
||||
with:
|
||||
path: ../Qt
|
||||
key: ${{ runner.os }}-QtCache
|
||||
|
||||
- name: Install Qt
|
||||
uses: jurplel/install-qt-action@v1
|
||||
uses: jurplel/install-qt-action@v2
|
||||
with:
|
||||
mirror: 'http://mirrors.ocf.berkeley.edu/qt/'
|
||||
cached: ${{ steps.cache-qt.outputs.cache-hit }}
|
||||
|
||||
# WINDOWS
|
||||
- name: Cache conan
|
||||
|
||||
Reference in New Issue
Block a user