From d09240a41349ded30a89aca1345e9b8d2923a4a2 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 18:11:21 -0500 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 426a9580..dc2d9ee6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -73,7 +73,7 @@ jobs: path: "C:\\Users\\runneradmin\\AppData\\Roaming\\Qt\\qtaccount.ini" contents: ${{ secrets.QTACCOUNT }} - - name: Cache Qt Installed + - name: Cache Qt uses: actions/cache@v2.1.5 id: qt-cached with: @@ -90,19 +90,16 @@ jobs: - name: Download Qt Installer if: steps.installer-cached.outputs.cache-hit != 'true' && steps.qt-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 + 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 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 + run: curl https://gist.githubusercontent.com/PibePlayer/cf6bd0a9f7e4d51e3e618ceedfba4b94/raw/09cb1415952b914f1567ce935d4618c396aec340/qt-installer-noninteractive.qs --output nonInteractive.qs - name: Install Qt 5.6.3 if: steps.qt-cached.outputs.cache-hit != 'true' shell: cmd - run: | - installer.exe -v --script nonInteractive.qs --silent + run: installer.exe -v --script nonInteractive.qs --silent - name: Setup CMake uses: jwlawson/actions-setup-cmake@v1.9 @@ -116,7 +113,7 @@ jobs: java-version: '8' architecture: x86 - - name: Setup Zlib + - name: Setup zlib run: | mkdir zlib cd zlib