Update jurplel/install-qt-action GitHub Action from v2 to v3 (#4106)
This commit is contained in:
@@ -38,17 +38,11 @@ jobs:
|
|||||||
submodules: true
|
submodules: true
|
||||||
fetch-depth: 0 # allows for tags access
|
fetch-depth: 0 # allows for tags access
|
||||||
|
|
||||||
- name: Cache Qt
|
|
||||||
id: cache-qt
|
|
||||||
uses: actions/cache@v3
|
|
||||||
with:
|
|
||||||
path: "${{ github.workspace }}/qt/"
|
|
||||||
key: ${{ runner.os }}-QtCache-${{ matrix.qt-version }}
|
|
||||||
|
|
||||||
- name: Install Qt
|
- name: Install Qt
|
||||||
uses: jurplel/install-qt-action@v2
|
uses: jurplel/install-qt-action@v3.0.0
|
||||||
with:
|
with:
|
||||||
cached: ${{ steps.cache-qt.outputs.cache-hit }}
|
cache: true
|
||||||
|
cache-key-prefix: ${{ runner.os }}-QtCache-${{ matrix.qt-version }}
|
||||||
version: ${{ matrix.qt-version }}
|
version: ${{ matrix.qt-version }}
|
||||||
dir: "${{ github.workspace }}/qt/"
|
dir: "${{ github.workspace }}/qt/"
|
||||||
|
|
||||||
|
|||||||
@@ -33,11 +33,11 @@ jobs:
|
|||||||
path: "${{ github.workspace }}/qt/"
|
path: "${{ github.workspace }}/qt/"
|
||||||
key: ${{ runner.os }}-QtCache-${{ matrix.qt-version }}
|
key: ${{ runner.os }}-QtCache-${{ matrix.qt-version }}
|
||||||
|
|
||||||
# LINUX
|
|
||||||
- name: Install Qt
|
- name: Install Qt
|
||||||
uses: jurplel/install-qt-action@v2
|
uses: jurplel/install-qt-action@v3.0.0
|
||||||
with:
|
with:
|
||||||
cached: ${{ steps.cache-qt.outputs.cache-hit }}
|
cache: true
|
||||||
|
cache-key-prefix: ${{ runner.os }}-QtCache-${{ matrix.qt-version }}
|
||||||
version: ${{ matrix.qt-version }}
|
version: ${{ matrix.qt-version }}
|
||||||
dir: "${{ github.workspace }}/qt/"
|
dir: "${{ github.workspace }}/qt/"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user