From ec41f0f2921504b6e57d4ae7149cb3679e3941c5 Mon Sep 17 00:00:00 2001 From: Mateo Pidal Date: Wed, 5 May 2021 19:56:41 -0300 Subject: [PATCH] Hopefully last script update --- .github/workflows/qt.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/qt.yml b/.github/workflows/qt.yml index 1553f978..2f029aa6 100644 --- a/.github/workflows/qt.yml +++ b/.github/workflows/qt.yml @@ -66,7 +66,7 @@ jobs: - name: Download Qt non-Interactive Script run: | - curl https://gist.githubusercontent.com/PibePlayer/cf6bd0a9f7e4d51e3e618ceedfba4b94/raw/3c31c42844a8dc4be79f3ca87a63d30a8982dbef/qt-installer-noninteractive.qs --output nonInteractive.qs + curl https://gist.githubusercontent.com/PibePlayer/cf6bd0a9f7e4d51e3e618ceedfba4b94/raw/198ecd6e3a090c75a96a03a4582d8a41a0f0be83/qt-installer-noninteractive.qs --output nonInteractive.qs - name: Install Qt 5.6.3 if: steps.qt-cached.outputs.cache-hit != 'true'