Update main.yml

This commit is contained in:
Sebastían
2021-05-08 18:11:21 -05:00
committed by Mateo Pidal
parent 635aca8195
commit d09240a413

View File

@@ -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