1
0
mirror of https://github.com/QtExcel/QXlsx.git synced 2025-01-30 05:02:52 +08:00

Merge branch 'master' into qt6beta

This commit is contained in:
Jay Two 2021-02-06 20:22:58 +09:00
commit 42578db7b0
3 changed files with 5 additions and 5 deletions

View File

@ -39,7 +39,7 @@ jobs:
qt_arch: [android_x86,android_armv7]
steps:
- name: Install Qt
uses: jurplel/install-qt-action@v2.0.0
uses: jurplel/install-qt-action@v2
with:
version: ${{ matrix.qt_ver }}
target: ${{ matrix.qt_target }}

View File

@ -38,7 +38,7 @@ jobs:
qt_target: [ios]
steps:
- name: Install Qt
uses: jurplel/install-qt-action@v2.0.0
uses: jurplel/install-qt-action@v2
with:
version: ${{ matrix.qt_ver }}
target: ${{ matrix.qt_target }}

View File

@ -38,7 +38,7 @@ jobs:
qt_target: [desktop]
steps:
- name: Install Qt
uses: jurplel/install-qt-action@v2.0.0
uses: jurplel/install-qt-action@v2
with:
version: ${{ matrix.qt_ver }}
target: ${{ matrix.qt_target }}