mirror of
https://github.com/UltimMC/Launcher.git
synced 2025-12-24 20:34:59 +00:00
Update main.yml
This commit is contained in:
13
.github/workflows/main.yml
vendored
13
.github/workflows/main.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user