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

Added missing NDK path

This commit is contained in:
Martin Tůma 2022-07-31 16:43:32 +02:00
parent 22e56e06fd
commit 3c9da66a51

View File

@ -41,6 +41,8 @@ jobs:
- name: Create localization
run: lrelease gpxsee.pro
- name: Configure build
env:
ANDROID_NDK_ROOT: ${ANDROID_HOME}/ndk/22.1.7171670/
run: qmake gpxsee.pro OPENSSL_PATH=android_openssl
- name: Build project
run: make -j2 apk