mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-24 03:35:53 +01:00
Try Qt 6.4.3 in Android builds
This commit is contained in:
parent
b80cd05d4b
commit
0a58808017
6
.github/workflows/android.yml
vendored
6
.github/workflows/android.yml
vendored
@ -28,13 +28,11 @@ jobs:
|
||||
- name: Install Qt (Desktop)
|
||||
uses: jurplel/install-qt-action@v3
|
||||
with:
|
||||
aqtversion: '==2.1.0'
|
||||
version: '6.4.0'
|
||||
version: '6.4.3'
|
||||
- name: Install Qt (Android)
|
||||
uses: jurplel/install-qt-action@v3
|
||||
with:
|
||||
aqtversion: '==2.1.0'
|
||||
version: '6.4.0'
|
||||
version: '6.4.3'
|
||||
target: 'android'
|
||||
arch: 'android_armv7'
|
||||
modules: qtpositioning qt5compat qtserialport
|
||||
|
Loading…
Reference in New Issue
Block a user