1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-11-24 11:45:53 +01:00

Added missing Android Qt modules install

This commit is contained in:
Martin Tůma 2022-06-04 14:20:26 +02:00
parent c9930a7aa3
commit ca0089e486

View File

@ -34,6 +34,7 @@ jobs:
version: '6.3.0' version: '6.3.0'
target: 'android' target: 'android'
arch: 'android_armv7' arch: 'android_armv7'
modules: qtpositioning qt5compat
- name: Configure build - name: Configure build
run: qmake gpxsee.pro run: qmake gpxsee.pro
- name: Build project - name: Build project