Skip to content

Commit

Permalink
Merge pull request #698 from alemuntoni/master
Browse files Browse the repository at this point in the history
Temporary fix for QTBUG-81727 on windows workflow
  • Loading branch information
alemuntoni authored May 28, 2020
2 parents f9a5902 + 25bee8d commit 53ea34a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/CompileAndRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/CompileWindows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 53ea34a

Please sign in to comment.