From f762204512e32124bb8414163bdc0c2205c79563 Mon Sep 17 00:00:00 2001 From: Le Tan Date: Thu, 26 May 2022 21:43:08 +0800 Subject: [PATCH] downgrade Qt version to 5.12 --- .github/workflows/ci-linux.yml | 4 ++-- .github/workflows/ci-macos.yml | 4 ++-- .github/workflows/ci-win.yml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci-linux.yml b/.github/workflows/ci-linux.yml index 4d284b17..25ac4885 100644 --- a/.github/workflows/ci-linux.yml +++ b/.github/workflows/ci-linux.yml @@ -45,12 +45,12 @@ jobs: uses: actions/cache@v1 # not v2! with: path: ../Qt - key: ${{ runner.os }}-QtCache-5.15-1 + key: ${{ runner.os }}-QtCache-5.12-1 - name: Install Qt uses: jurplel/install-qt-action@v2 with: - version: 5.15.2 + version: 5.12.12 target: desktop modules: qtwebengine tools: tools_openssl_x64,1.1.1-4,qt.tools.openssl.gcc_64 diff --git a/.github/workflows/ci-macos.yml b/.github/workflows/ci-macos.yml index 4d5afcb9..b3e29af1 100644 --- a/.github/workflows/ci-macos.yml +++ b/.github/workflows/ci-macos.yml @@ -44,12 +44,12 @@ jobs: uses: actions/cache@v1 # not v2! with: path: ../Qt - key: ${{ runner.os }}-QtCache-5.15-2 + key: ${{ runner.os }}-QtCache-5.12-2 - name: Install Qt uses: jurplel/install-qt-action@v2 with: - version: 5.15.2 + version: 5.12.12 target: desktop modules: qtwebengine cached: ${{ steps.cache-qt.outputs.cache-hit }} diff --git a/.github/workflows/ci-win.yml b/.github/workflows/ci-win.yml index 8385bd6f..58c22b68 100644 --- a/.github/workflows/ci-win.yml +++ b/.github/workflows/ci-win.yml @@ -50,12 +50,12 @@ jobs: uses: actions/cache@v1 # not v2! with: path: ../Qt - key: ${{ runner.os }}-${{matrix.config.arch}}-QtCache-5.15-1 + key: ${{ runner.os }}-${{matrix.config.arch}}-QtCache-5.12-1 - name: Install Qt uses: jurplel/install-qt-action@v2 with: - version: 5.15.2 + version: 5.12.12 target: desktop arch: ${{matrix.config.arch}} modules: qtwebengine