From 353a606864ca278c1e72b83d3cf75cc04d8e77f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20T=C5=AFma?= Date: Sat, 4 Jun 2022 12:38:17 +0200 Subject: [PATCH] Use android_armv7 --- .github/workflows/android.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index e3761c98..74d9a341 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -35,6 +35,7 @@ jobs: version: '6.3.0' host: 'linux' target: 'android' + arch: 'android_armv7' install-deps: 'true' cached: ${{ steps.cache-qt.outputs.cache-hit }} - name: Configure build