From 22e25671ce5f5a7a57af12d6f8de93eab16433b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20T=C5=AFma?= Date: Sat, 4 Jun 2022 12:01:21 +0200 Subject: [PATCH] Remove nonexistent qt6 module --- .github/workflows/android.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 02c4d5ce..7aa81dd9 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -36,7 +36,6 @@ jobs: host: 'linux' target: 'android' arch: 'android_arm64_v8a' - modules: android install-deps: 'true' cached: ${{ steps.cache-qt.outputs.cache-hit }} - name: Configure build