From a58df259bad86f6fab6b6b705023bf56a41d6b58 Mon Sep 17 00:00:00 2001 From: Mateo Pidal Date: Wed, 5 May 2021 19:42:00 -0300 Subject: [PATCH] fix --- .github/workflows/qt.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/qt.yml b/.github/workflows/qt.yml index 7d5e0a6f..1d5752bf 100644 --- a/.github/workflows/qt.yml +++ b/.github/workflows/qt.yml @@ -60,7 +60,7 @@ jobs: key: ${{ runner.os }}-qt56-installed - name: Download Qt Installer - if: steps.installer-cached.outputs.cache-hit != 'true' || teps.qt-cached.outputs.cache-hit != 'true' + 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