mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-13 08:09:39 +00:00
fix github action windows workflow
This commit is contained in:
parent
e5f776291f
commit
01276dbf3c
2
.github/workflows/CompileAndRelease.yml
vendored
2
.github/workflows/CompileAndRelease.yml
vendored
@ -146,7 +146,7 @@ jobs:
|
||||
- name: Setup MSVC
|
||||
uses: ilammy/msvc-dev-cmd@v1
|
||||
- name: Install Qt
|
||||
uses: jurplel/install-qt-action@v2.4.1
|
||||
uses: jurplel/install-qt-action@v2
|
||||
with:
|
||||
modules: qtscript xmlpatterns
|
||||
#mirror: 'http://mirrors.ocf.berkeley.edu/qt/'
|
||||
|
||||
4
.github/workflows/CompileWindows.yml
vendored
4
.github/workflows/CompileWindows.yml
vendored
@ -29,7 +29,7 @@ jobs:
|
||||
- name: Setup MSVC
|
||||
uses: ilammy/msvc-dev-cmd@v1
|
||||
- name: Install Qt
|
||||
uses: jurplel/install-qt-action@v2.4.1
|
||||
uses: jurplel/install-qt-action@v2
|
||||
with:
|
||||
modules: qtscript xmlpatterns
|
||||
#mirror: 'http://mirrors.ocf.berkeley.edu/qt/'
|
||||
@ -77,7 +77,7 @@ jobs:
|
||||
- name: Setup MSVC
|
||||
uses: ilammy/msvc-dev-cmd@v1
|
||||
- name: Install Qt
|
||||
uses: jurplel/install-qt-action@v2.4.1
|
||||
uses: jurplel/install-qt-action@v2
|
||||
with:
|
||||
modules: qtscript xmlpatterns
|
||||
#mirror: 'http://mirrors.ocf.berkeley.edu/qt/'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user