mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-13 08:09:39 +00:00
Merge pull request #698 from alemuntoni/master
Temporary fix for QTBUG-81727 on windows workflow
This commit is contained in:
commit
53ea34a627
1
.github/workflows/CompileAndRelease.yml
vendored
1
.github/workflows/CompileAndRelease.yml
vendored
@ -197,6 +197,7 @@ jobs:
|
||||
uses: jurplel/install-qt-action@v2
|
||||
with:
|
||||
modules: qtscript xmlpatterns
|
||||
version: '5.14.2'
|
||||
#mirror: 'http://mirrors.ocf.berkeley.edu/qt/'
|
||||
- name: Build MeshLab
|
||||
run: |
|
||||
|
||||
2
.github/workflows/CompileWindows.yml
vendored
2
.github/workflows/CompileWindows.yml
vendored
@ -31,6 +31,7 @@ jobs:
|
||||
- name: Install Qt
|
||||
uses: jurplel/install-qt-action@v2
|
||||
with:
|
||||
version: '5.14.2'
|
||||
modules: qtscript xmlpatterns
|
||||
#mirror: 'http://mirrors.ocf.berkeley.edu/qt/'
|
||||
- name: Build MeshLab
|
||||
@ -79,6 +80,7 @@ jobs:
|
||||
- name: Install Qt
|
||||
uses: jurplel/install-qt-action@v2
|
||||
with:
|
||||
version: '5.14.2'
|
||||
modules: qtscript xmlpatterns
|
||||
#mirror: 'http://mirrors.ocf.berkeley.edu/qt/'
|
||||
- name: Setup env variables
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user