feat: update install qt script

This commit is contained in:
Barry 2021-03-06 15:23:42 +08:00
commit ffa8d502a9
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 }} path: ${{ env.qt-install-path }}/${{ matrix.qt-arch-install }}
key: ${{ runner.os }}/${{ matrix.qt-ver }}/${{ matrix.qt-arch-install }} key: ${{ runner.os }}/${{ matrix.qt-ver }}/${{ matrix.qt-arch-install }}
- name: Install Qt - name: Install Qt
uses: jurplel/install-qt-action@v2.7.1 uses: jurplel/install-qt-action@v2.13.0
with: with:
version: ${{ matrix.qt-ver }} version: ${{ matrix.qt-ver }}
cached: ${{ steps.cache-qt.outputs.cache-hit }} cached: ${{ steps.cache-qt.outputs.cache-hit }}

View file

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

View file

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