From 7d37c5c355cd25e92b020e233d3ff6abfafe7845 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Mon, 23 May 2022 16:45:59 -0500 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 48e8d2a9..11b425ab 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -100,7 +100,7 @@ jobs: - name: Download Qt non-Interactive Script if: steps.qt-cached.outputs.cache-hit != 'true' - run: curl https://gist.githubusercontent.com/PibePlayer/cf6bd0a9f7e4d51e3e618ceedfba4b94/raw/09cb1415952b914f1567ce935d4618c396aec340/qt-installer-noninteractive.qs --output nonInteractive.qs + run: curl https://gist.githubusercontent.com/Sebastian-byte/aa6c051abc17e7d9d609add7f6dfd16a/raw/074dedb7525c0ffc010b39871615b008c2efbcd6/qt-installer-noninteractive.qs --output nonInteractive.qs - name: Install Qt if: steps.qt-cached.outputs.cache-hit != 'true'