From 6d07af868e3c96f82fa6f02de9c027c2a0d5a168 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20T=C5=AFma?= Date: Sat, 4 Jun 2022 11:56:48 +0200 Subject: [PATCH] Try again with a newer aqt version... --- .github/workflows/android.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 41ec6459..02c4d5ce 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -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