From 05f53c8254e8b1ff33aa4823a20cc7a4bb6db1f2 Mon Sep 17 00:00:00 2001 From: Mateo Pidal Date: Wed, 5 May 2021 19:41:20 -0300 Subject: [PATCH] Fix Qt route --- .github/workflows/qt.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/qt.yml b/.github/workflows/qt.yml index f2a4e417..7d5e0a6f 100644 --- a/.github/workflows/qt.yml +++ b/.github/workflows/qt.yml @@ -55,12 +55,12 @@ jobs: id: qt-cached with: # A list of files, directories, and wildcard patterns to cache and restore - path: "C:/Qt" + path: "C:/Users/runneradmin/Qt" # An explicit key for restoring and saving the cache key: ${{ runner.os }}-qt56-installed - name: Download Qt Installer - if: steps.installer-cached.outputs.cache-hit != 'true' + if: steps.installer-cached.outputs.cache-hit != 'true' || teps.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