mirror of
https://github.com/UltimMC/Launcher.git
synced 2025-12-25 12:55:05 +00:00
YAAAYYY!!!
This commit is contained in:
14
.github/workflows/qt.yml
vendored
14
.github/workflows/qt.yml
vendored
@@ -41,14 +41,14 @@ jobs:
|
||||
# The contents of the file
|
||||
contents: ${{ secrets.QTACCOUNT }}
|
||||
|
||||
#- name: Cache Qt Installed
|
||||
#uses: actions/cache@v2.1.5
|
||||
#id: qt-cached
|
||||
#with:
|
||||
- name: Cache Qt Installed
|
||||
uses: actions/cache@v2.1.5
|
||||
id: qt-cached
|
||||
with:
|
||||
# A list of files, directories, and wildcard patterns to cache and restore
|
||||
#path: "D:/Qt"
|
||||
path: "D:/Qt"
|
||||
# An explicit key for restoring and saving the cache
|
||||
#key: ${{ runner.os }}-qt56-installed-d
|
||||
key: ${{ runner.os }}-qt56-installed-d
|
||||
|
||||
- name: Cache Qt Installer
|
||||
uses: actions/cache@v2.1.5
|
||||
@@ -143,7 +143,7 @@ jobs:
|
||||
shell: cmd
|
||||
run: |
|
||||
set PATH=D:\Qt\5.6.3\mingw49_32\bin;D:/Qt/Tools/mingw492_32\bin;%CD%\zlib;%CD%\zlib\bin;%CD%\OpenSSL;C:\hostedtoolcache\windows\Java_Zulu_jdk\8.0.292-10\x86\bin;%CD%\cmake-3.20.2-windows-i386\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\
|
||||
cd build && dir && mingw32-make
|
||||
cd build && dir && mingw32-make -j12
|
||||
|
||||
- name: install
|
||||
shell: cmd
|
||||
|
||||
Reference in New Issue
Block a user