From 1ff638c8575f4631c3aeec8a78cac7bca4ce87a3 Mon Sep 17 00:00:00 2001 From: alemuntoni Date: Thu, 27 Oct 2022 16:54:49 +0200 Subject: [PATCH] fix param for download qt action --- .github/workflows/Linux.yml | 2 +- .github/workflows/MacOS.yml | 2 +- .github/workflows/Windows.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/Linux.yml b/.github/workflows/Linux.yml index 2a9cb157e..feaa24cf4 100644 --- a/.github/workflows/Linux.yml +++ b/.github/workflows/Linux.yml @@ -27,7 +27,7 @@ jobs: - name: Install Qt uses: jurplel/install-qt-action@v3 with: - cached: ${{ steps.cache-qt.outputs.cache-hit }} + cache: ${{ steps.cache-qt.outputs.cache-hit }} version: ${{ env.QT_VERSION }} - name: Install dependencies run: | diff --git a/.github/workflows/MacOS.yml b/.github/workflows/MacOS.yml index 1b4bfb2cd..344e5ae9c 100644 --- a/.github/workflows/MacOS.yml +++ b/.github/workflows/MacOS.yml @@ -31,7 +31,7 @@ jobs: - name: Install Qt uses: jurplel/install-qt-action@v3 with: - cached: ${{ steps.cache-qt.outputs.cache-hit }} + cache: ${{ steps.cache-qt.outputs.cache-hit }} version: ${{ env.QT_VERSION }} - name: Setup env variables id: envs diff --git a/.github/workflows/Windows.yml b/.github/workflows/Windows.yml index 87a33fc2a..a797304cb 100644 --- a/.github/workflows/Windows.yml +++ b/.github/workflows/Windows.yml @@ -28,7 +28,7 @@ jobs: - name: Install Qt uses: jurplel/install-qt-action@v3 with: - cached: ${{ steps.cache-qt.outputs.cache-hit }} + cache: ${{ steps.cache-qt.outputs.cache-hit }} version: ${{ env.QT_VERSION }} - name: Setup env variables shell: bash