mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-20 11:26:11 +00:00
no mirror needed anymore for aqt install
This commit is contained in:
parent
13cffe8329
commit
c0bb9d91e7
2
.github/workflows/CompileAndRelease.yml
vendored
2
.github/workflows/CompileAndRelease.yml
vendored
@ -124,7 +124,7 @@ jobs:
|
||||
uses: jurplel/install-qt-action@v2.4.1
|
||||
with:
|
||||
modules: qtscript xmlpatterns
|
||||
mirror: 'http://mirrors.ocf.berkeley.edu/qt/'
|
||||
#mirror: 'http://mirrors.ocf.berkeley.edu/qt/'
|
||||
- name: Build MeshLab
|
||||
run: |
|
||||
cd src\
|
||||
|
||||
4
.github/workflows/CompileWindows.yml
vendored
4
.github/workflows/CompileWindows.yml
vendored
@ -32,7 +32,7 @@ jobs:
|
||||
uses: jurplel/install-qt-action@v2.4.1
|
||||
with:
|
||||
modules: qtscript xmlpatterns
|
||||
mirror: 'http://mirrors.ocf.berkeley.edu/qt/'
|
||||
#mirror: 'http://mirrors.ocf.berkeley.edu/qt/'
|
||||
- name: Build MeshLab
|
||||
run: |
|
||||
cd src\
|
||||
@ -80,7 +80,7 @@ jobs:
|
||||
uses: jurplel/install-qt-action@v2.4.1
|
||||
with:
|
||||
modules: qtscript xmlpatterns
|
||||
mirror: 'http://mirrors.ocf.berkeley.edu/qt/'
|
||||
#mirror: 'http://mirrors.ocf.berkeley.edu/qt/'
|
||||
- name: Configure
|
||||
run: |
|
||||
cmake -S ./src -B ./build -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_INSTALL_PREFIX=install
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user