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

Try again with a newer aqt version...

This commit is contained in:
Martin Tůma 2022-06-04 11:56:48 +02:00
parent d9f57eddf2
commit 6d07af868e

View File

@ -31,6 +31,7 @@ jobs:
- name: Install Qt
uses: jurplel/install-qt-action@v2
with:
aqtversion: '==2.1.0'
version: '6.3.0'
host: 'linux'
target: 'android'
@ -39,6 +40,6 @@ jobs:
install-deps: 'true'
cached: ${{ steps.cache-qt.outputs.cache-hit }}
- name: Configure build
run: $Qt6_DIR/bin/qmake gpxsee.pro -spec android-clang
run: $Qt6_DIR/bin/qmake gpxsee.pro
- name: Build project
run: make -j2