From c7f31119af64b36e754394ba84b9ea0295a36d84 Mon Sep 17 00:00:00 2001 From: Mateo Pidal Date: Wed, 5 May 2021 18:49:20 -0300 Subject: [PATCH] Updated script --- .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 3b81c7e8..db8e1721 100644 --- a/.github/workflows/qt.yml +++ b/.github/workflows/qt.yml @@ -57,7 +57,7 @@ jobs: - name: Download Qt non-Interactive Script run: | - curl https://gist.githubusercontent.com/PibePlayer/cf6bd0a9f7e4d51e3e618ceedfba4b94/raw/9298afaca5680765424d10413cb589a0e76382bf/qt-installer-noninteractive.qs --output nonInteractive.qs + curl https://gist.githubusercontent.com/PibePlayer/cf6bd0a9f7e4d51e3e618ceedfba4b94/raw/bf2a0fb18fa7358b048efb329c370b0de26ca7f7/qt-installer-noninteractive.qs --output nonInteractive.qs - name: Install Qt 5.6.3 shell: cmd