From ed5167ad6a4e0c50ddd1bce78458686cb048f09e Mon Sep 17 00:00:00 2001 From: alemuntoni Date: Thu, 5 Mar 2020 10:28:30 +0100 Subject: [PATCH] fix aqtinstall --- .github/workflows/CompileAndRelease.yml | 5 +++-- .github/workflows/CompileWindows.yml | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/CompileAndRelease.yml b/.github/workflows/CompileAndRelease.yml index ecf86f15e..96a10ff8d 100755 --- a/.github/workflows/CompileAndRelease.yml +++ b/.github/workflows/CompileAndRelease.yml @@ -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: | diff --git a/.github/workflows/CompileWindows.yml b/.github/workflows/CompileWindows.yml index d25700ca0..85f6a1c10 100644 --- a/.github/workflows/CompileWindows.yml +++ b/.github/workflows/CompileWindows.yml @@ -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: |