From 0035bffaada59c6afabf9507bd192c988e54030d Mon Sep 17 00:00:00 2001 From: Mateo Pidal Date: Thu, 6 May 2021 02:54:49 -0300 Subject: [PATCH] YAAAYYY!!! --- .github/workflows/qt.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/qt.yml b/.github/workflows/qt.yml index 89294be2..09b61962 100644 --- a/.github/workflows/qt.yml +++ b/.github/workflows/qt.yml @@ -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