From 2a493f3c137ad9f4b3d7c1e08914d81b60656d72 Mon Sep 17 00:00:00 2001 From: Mateo Pidal Date: Wed, 5 May 2021 18:40:24 -0300 Subject: [PATCH] Installs Qt --- .github/workflows/qt.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/workflows/qt.yml b/.github/workflows/qt.yml index b1ecd479..a177788e 100644 --- a/.github/workflows/qt.yml +++ b/.github/workflows/qt.yml @@ -50,7 +50,15 @@ jobs: # An explicit key for restoring and saving the cache key: ${{ runner.os }}-qt56-installer - - name: Download QT Installer + - name: Download Qt Installer if: steps.installer-cached.outputs.cache-hit != 'true' run: | curl https://download.qt.io/new_archive/qt/5.6/5.6.3/qt-opensource-windows-x86-mingw492-5.6.3.exe --output installer.exe + + - name: Download Qt non-Interactive Script + run: | + curl https://gist.githubusercontent.com/PibePlayer/cf6bd0a9f7e4d51e3e618ceedfba4b94/raw/9298afaca5680765424d10413cb589a0e76382bf/qt-installer-noninteractive.qs --output nonInteractive.qs + + - name: Install Qt 5.6.3 + run: | + installer.exe -v --script nonInteractive.qs --silent