From 61973e75dcbfa23b0904d27ed5046bc48fb03f64 Mon Sep 17 00:00:00 2001 From: tt2468 <tt2468@gmail.com> Date: Fri, 24 Sep 2021 18:26:34 -0700 Subject: [PATCH] Revert "CI: Build against OBSProject Qt distribution" This reverts commit 59e10835576c87031c61b130f4ab098cbd394f4b. --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 32266d52..50e63703 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,7 +21,7 @@ jobs: runs-on: [windows-latest] if: contains(github.event.head_commit.message, '[skip ci]') != true env: - QT_CACHE_VERSION: '3' # Change whenever updating OBS dependencies URL, in order to force a cache reset + QT_CACHE_VERSION: '2' # Change whenever updating OBS dependencies URL, in order to force a cache reset QT_VERSION: '5.15.2' WINDOWS_DEPS_CACHE_VERSION: '1' # Change whenever updating Qt dependency URL, in order to force a cache reset WINDOWS_DEPS_VERSION: '2019' @@ -83,7 +83,7 @@ jobs: - name: 'Download Prerequisite: Qt' if: steps.qtcache.outputs.cache-hit != 'true' run: | - curl -kLO https://cdn-fastly.obsproject.com/downloads/Qt_${{ env.QT_VERSION }}.7z -f --retry 5 -C - + curl -kLO https://tt2468.net/dl/Qt_${{ env.QT_VERSION }}.7z -f --retry 5 -C - - name: 'Extract Prerequisite: Qt' run: | 7z x Qt_${{ env.QT_VERSION }}.7z -o"${{ github.workspace }}\cmbuild\QT"