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