From 77ba939de2f9a9d55a96625e1553a6375b9fa0e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebast=C3=ADan?= <62727185+Sebastian-byte@users.noreply.github.com> Date: Sat, 8 May 2021 20:47:13 -0500 Subject: [PATCH] Remove more unneeded things. --- .github/workflows/main.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f868ae13..c5aba774 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -96,7 +96,7 @@ jobs: 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 - - name: Install Qt 5.6.3 + - name: Install Qt if: steps.qt-cached.outputs.cache-hit != 'true' shell: cmd run: installer.exe -v --script nonInteractive.qs --silent @@ -121,7 +121,6 @@ jobs: curl -L https://downloads.sourceforge.net/project/gnuwin32/zlib/1.2.3/zlib-1.2.3-lib.zip -o zliblibs.zip unzip zlib.zip unzip zliblibs.zip - cd .. - name: Setup OpenSSL run: | @@ -129,7 +128,6 @@ jobs: cd OpenSSL curl -L https://github.com/IndySockets/OpenSSL-Binaries/raw/master/Archive/openssl-1.0.2g-i386-win32.zip -o OpenSSL.zip unzip OpenSSL.zip - cd .. - name: Build shell: cmd