mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-20 11:26:11 +00:00
fix aqtinstall
This commit is contained in:
parent
6684ae4c4b
commit
ed5167ad6a
5
.github/workflows/CompileAndRelease.yml
vendored
5
.github/workflows/CompileAndRelease.yml
vendored
@ -120,9 +120,10 @@ jobs:
|
||||
echo "::set-output name=date::$(Get-Date -Format "yyyy.MM")"
|
||||
- name: Setup MSVC
|
||||
uses: ilammy/msvc-dev-cmd@v1
|
||||
- name: Install QT
|
||||
uses: ouuan/install-qt-action@v2.3.1
|
||||
- name: Install Qt
|
||||
uses: jurplel/install-qt-action@v2
|
||||
with:
|
||||
mirror: 'http://mirrors.ocf.berkeley.edu/qt/'
|
||||
modules: qtscript xmlpatterns
|
||||
- name: Build MeshLab
|
||||
run: |
|
||||
|
||||
5
.github/workflows/CompileWindows.yml
vendored
5
.github/workflows/CompileWindows.yml
vendored
@ -76,9 +76,10 @@ jobs:
|
||||
git -c "http.extraheader=$auth_header" -c protocol.version=2 submodule update --init --force --recursive --depth=1
|
||||
- name: Setup MSVC
|
||||
uses: ilammy/msvc-dev-cmd@v1
|
||||
- name: Install QT
|
||||
uses: ouuan/install-qt-action@v2.3.1
|
||||
- name: Install Qt
|
||||
uses: jurplel/install-qt-action@v2
|
||||
with:
|
||||
mirror: 'http://mirrors.ocf.berkeley.edu/qt/'
|
||||
modules: qtscript xmlpatterns
|
||||
- name: Configure
|
||||
run: |
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user