From 0e5f4793653dd9797d491bd174f5f2d26ab9bba0 Mon Sep 17 00:00:00 2001 From: Edgar Date: Fri, 4 Mar 2022 14:07:28 +0100 Subject: [PATCH] :construction_worker: Fixed qt caching attempt 2 (#3587) --- .github/workflows/build.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0ef790f5..441d9ba6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -50,9 +50,7 @@ jobs: - name: Install Qt uses: jurplel/install-qt-action@v2 with: - aqtversion: '==1.1.1' cached: ${{ steps.cache-qt.outputs.cache-hit }} - extra: --external 7z version: ${{ matrix.qt-version }} dir: "${{ github.workspace }}/qt/"