From 5ba00e016b5cb2a6e69938bf017a53498a6ca6f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20T=C5=AFma?= Date: Fri, 10 Jun 2022 23:26:28 +0200 Subject: [PATCH] Added OpenSSL to the android build --- .github/workflows/android.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 2f2c5202..2130ace3 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -35,7 +35,9 @@ jobs: target: 'android' arch: 'android_armv7' modules: qtpositioning qt5compat + - name: Install Android OpenSSL + run: git clone https://github.com/KDAB/android_openssl.git - name: Configure build - run: qmake gpxsee.pro + run: qmake gpxsee.pro OPENSSL_PATH=android_openssl - name: Build project - run: make -j2 + run: make -j2 apk