From 635e6627060a7160755e17ab433c58422bd386e5 Mon Sep 17 00:00:00 2001 From: jared Date: Wed, 2 Dec 2020 08:40:23 +0800 Subject: [PATCH] update android ci --- .github/workflows/android.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 867d16a..9a4c678 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -39,7 +39,7 @@ jobs: steps: - name: Install Qt 5.12.10 - if: ${{ matrix.qt_ver }} != '5.15.2' + if: ${{ matrix.qt_ver }} == '5.12.10' uses: jurplel/install-qt-action@v2.10.0 with: # Version of Qt to install