mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-17 18:14:38 +00:00
fix github actions stuck on qt installation
This commit is contained in:
parent
c84a786cf4
commit
e41533305e
4
.github/workflows/CompileWindows.yml
vendored
4
.github/workflows/CompileWindows.yml
vendored
@ -18,7 +18,7 @@ jobs:
|
||||
- name: Setting MSVC
|
||||
uses: ilammy/msvc-dev-cmd@v1
|
||||
- name: Installing QT
|
||||
uses: jurplel/install-qt-action@v2
|
||||
uses: ouuan/install-qt-action@v2.3.1
|
||||
with:
|
||||
modules: qtscript xmlpatterns
|
||||
- name: Setting Env
|
||||
@ -66,7 +66,7 @@ jobs:
|
||||
- name: Setting MSVC
|
||||
uses: ilammy/msvc-dev-cmd@v1
|
||||
- name: Installing QT
|
||||
uses: jurplel/install-qt-action@v2
|
||||
uses: ouuan/install-qt-action@v2.3.1
|
||||
with:
|
||||
modules: qtscript xmlpatterns
|
||||
- name: Configure
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user