From 67cc758eef60767fb744e0201405f3a597769064 Mon Sep 17 00:00:00 2001 From: Mateo Pidal Date: Wed, 5 May 2021 18:41:44 -0300 Subject: [PATCH] Change to cmd --- .github/workflows/qt.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/qt.yml b/.github/workflows/qt.yml index a177788e..3b81c7e8 100644 --- a/.github/workflows/qt.yml +++ b/.github/workflows/qt.yml @@ -60,5 +60,6 @@ jobs: curl https://gist.githubusercontent.com/PibePlayer/cf6bd0a9f7e4d51e3e618ceedfba4b94/raw/9298afaca5680765424d10413cb589a0e76382bf/qt-installer-noninteractive.qs --output nonInteractive.qs - name: Install Qt 5.6.3 + shell: cmd run: | installer.exe -v --script nonInteractive.qs --silent