Merge pull request #160 from barry-ran/dev

chore: update install-qt-action to v2.6.2
This commit is contained in:
Barry 2020-05-06 17:13:54 +08:00 committed by GitHub
commit 6b642986e9
3 changed files with 3 additions and 3 deletions

View file

@ -31,7 +31,7 @@ jobs:
path: ${{ env.qt-install-path }}/${{ matrix.qt-arch-install }}
key: ${{ runner.os }}/${{ matrix.qt-ver }}/${{ matrix.qt-arch-install }}
- name: Install Qt
uses: jurplel/install-qt-action@v2.0.0
uses: jurplel/install-qt-action@v2.6.2
with:
version: ${{ matrix.qt-ver }}
cached: ${{ steps.cache-qt.outputs.cache-hit }}

View file

@ -33,7 +33,7 @@ jobs:
path: ${{ env.qt-install-path }}/${{ matrix.qt-arch-install }}
key: ${{ runner.os }}/${{ matrix.qt-ver }}/${{ matrix.qt-arch-install }}
- name: Install Qt
uses: jurplel/install-qt-action@v2.0.0
uses: jurplel/install-qt-action@v2.6.2
with:
version: ${{ matrix.qt-ver }}
cached: ${{ steps.cache-qt.outputs.cache-hit }}

View file

@ -50,7 +50,7 @@ jobs:
# 安装Qt
- name: Install Qt
# 使用外部action。这个action专门用来安装Qt
uses: jurplel/install-qt-action@v2.0.0
uses: jurplel/install-qt-action@v2.6.2
with:
# Version of Qt to install
version: ${{ matrix.qt-ver }}