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
4
.github/workflows/android.yml
vendored
4
.github/workflows/android.yml
vendored
@ -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 }}
|
||||
@ -53,4 +53,4 @@ jobs:
|
||||
export ANDROID_NDK_ROOT=$ANDROID_HOME/ndk-bundle
|
||||
cd HelloAndroid
|
||||
qmake
|
||||
make
|
||||
make
|
||||
|
2
.github/workflows/ios.yml
vendored
2
.github/workflows/ios.yml
vendored
@ -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 }}
|
||||
|
4
.github/workflows/macos.yml
vendored
4
.github/workflows/macos.yml
vendored
@ -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 }}
|
||||
@ -50,4 +50,4 @@ jobs:
|
||||
cd TestExcel
|
||||
qmake
|
||||
make
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user