YAAAYYY!!!

This commit is contained in:
Mateo Pidal
2021-05-06 02:54:49 -03:00
committed by GitHub
parent 4307801a37
commit 0035bffaad

View File

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