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:
commit
42578db7b0
2
.github/workflows/android.yml
vendored
2
.github/workflows/android.yml
vendored
@ -39,7 +39,7 @@ jobs:
|
|||||||
qt_arch: [android_x86,android_armv7]
|
qt_arch: [android_x86,android_armv7]
|
||||||
steps:
|
steps:
|
||||||
- name: Install Qt
|
- name: Install Qt
|
||||||
uses: jurplel/install-qt-action@v2.0.0
|
uses: jurplel/install-qt-action@v2
|
||||||
with:
|
with:
|
||||||
version: ${{ matrix.qt_ver }}
|
version: ${{ matrix.qt_ver }}
|
||||||
target: ${{ matrix.qt_target }}
|
target: ${{ matrix.qt_target }}
|
||||||
|
2
.github/workflows/ios.yml
vendored
2
.github/workflows/ios.yml
vendored
@ -38,7 +38,7 @@ jobs:
|
|||||||
qt_target: [ios]
|
qt_target: [ios]
|
||||||
steps:
|
steps:
|
||||||
- name: Install Qt
|
- name: Install Qt
|
||||||
uses: jurplel/install-qt-action@v2.0.0
|
uses: jurplel/install-qt-action@v2
|
||||||
with:
|
with:
|
||||||
version: ${{ matrix.qt_ver }}
|
version: ${{ matrix.qt_ver }}
|
||||||
target: ${{ matrix.qt_target }}
|
target: ${{ matrix.qt_target }}
|
||||||
|
2
.github/workflows/macos.yml
vendored
2
.github/workflows/macos.yml
vendored
@ -38,7 +38,7 @@ jobs:
|
|||||||
qt_target: [desktop]
|
qt_target: [desktop]
|
||||||
steps:
|
steps:
|
||||||
- name: Install Qt
|
- name: Install Qt
|
||||||
uses: jurplel/install-qt-action@v2.0.0
|
uses: jurplel/install-qt-action@v2
|
||||||
with:
|
with:
|
||||||
version: ${{ matrix.qt_ver }}
|
version: ${{ matrix.qt_ver }}
|
||||||
target: ${{ matrix.qt_target }}
|
target: ${{ matrix.qt_target }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user