1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2025-06-09 03:23:03 +02:00

Compare commits

..

No commits in common. "1b858ac4f23ceb9f002664d26d95d8259fa04f43" and "b80cd05d4b22c77140e8d15bff39594b7987c220" have entirely different histories.

View File

@ -28,10 +28,12 @@ jobs:
- name: Install Qt (Desktop) - name: Install Qt (Desktop)
uses: jurplel/install-qt-action@v3 uses: jurplel/install-qt-action@v3
with: with:
aqtversion: '==2.1.0'
version: '6.4.0' version: '6.4.0'
- name: Install Qt (Android) - name: Install Qt (Android)
uses: jurplel/install-qt-action@v3 uses: jurplel/install-qt-action@v3
with: with:
aqtversion: '==2.1.0'
version: '6.4.0' version: '6.4.0'
target: 'android' target: 'android'
arch: 'android_armv7' arch: 'android_armv7'