1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-10-06 06:43:22 +02:00

Another atempt to set the NDK path...

This commit is contained in:
Martin Tůma 2022-07-31 16:51:39 +02:00
parent 3c9da66a51
commit c68fc72387

View File

@ -41,9 +41,7 @@ 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
run: qmake gpxsee.pro OPENSSL_PATH=android_openssl ANDROID_NDK_ROOT=${ANDROID_HOME}/ndk/22.1.7171670/
- name: Build project
run: make -j2 apk
- name: Upload artifacts