From b13771e34fac89388e01c0ae3a755ec2e4ef1130 Mon Sep 17 00:00:00 2001 From: Le Tan Date: Fri, 1 Apr 2022 21:28:17 +0800 Subject: [PATCH] fix CI on macOS --- .github/workflows/ci-macos.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci-macos.yml b/.github/workflows/ci-macos.yml index 30ad0a74..3ba29144 100644 --- a/.github/workflows/ci-macos.yml +++ b/.github/workflows/ci-macos.yml @@ -44,7 +44,7 @@ jobs: uses: actions/cache@v1 # not v2! with: path: ../Qt - key: ${{ runner.os }}-QtCache-5.15-1 + key: ${{ runner.os }}-QtCache-5.15-2 - name: Install Qt uses: jurplel/install-qt-action@v2 @@ -53,6 +53,7 @@ jobs: target: desktop modules: qtwebengine cached: ${{ steps.cache-qt.outputs.cache-hit }} + setup-python: 'false' - name: Create Build Dir