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