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:
parent
d9f57eddf2
commit
6d07af868e
3
.github/workflows/android.yml
vendored
3
.github/workflows/android.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user