fix param for download qt action

This commit is contained in:
alemuntoni 2022-10-27 16:54:49 +02:00
parent eeb30da675
commit 1ff638c857
3 changed files with 3 additions and 3 deletions

View File

@ -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: |

View File

@ -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

View File

@ -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