From 1f48f0f3ad667f1c38006976161374090782b39b Mon Sep 17 00:00:00 2001 From: Uwe Kindler Date: Mon, 27 Feb 2023 07:51:39 +0100 Subject: [PATCH] Updated linux-builds.yml to fix broken Ubuntu 22.04 workflow --- .github/workflows/linux-builds.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/linux-builds.yml b/.github/workflows/linux-builds.yml index 9c36d50..c43164f 100644 --- a/.github/workflows/linux-builds.yml +++ b/.github/workflows/linux-builds.yml @@ -26,13 +26,6 @@ jobs: runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v2 - - name: Cache Qt - id: cache-qt-6-4 - uses: actions/cache@v1 # not v2! - with: - path: ../Qt/6.4.2 - key: ${{ runner.os }}-QtCache-Qt6-4 - - name: Install Qt uses: jurplel/install-qt-action@v2 with: @@ -40,7 +33,6 @@ jobs: host: linux target: desktop install-deps: true - cached: ${{ steps.cache-qt-6-4.outputs.cache-hit }} setup-python: false tools: '' tools-only: false