mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-13 00:07:24 +00:00
fix param for download qt action
This commit is contained in:
parent
eeb30da675
commit
1ff638c857
2
.github/workflows/Linux.yml
vendored
2
.github/workflows/Linux.yml
vendored
@ -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: |
|
||||
|
||||
2
.github/workflows/MacOS.yml
vendored
2
.github/workflows/MacOS.yml
vendored
@ -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
|
||||
|
||||
2
.github/workflows/Windows.yml
vendored
2
.github/workflows/Windows.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user