From aafb0ea3ef770742168d590b1cefdea3ad960fee Mon Sep 17 00:00:00 2001 From: Mateo Pidal Date: Wed, 5 May 2021 17:41:47 -0300 Subject: [PATCH] Fixes Mistake --- .github/workflows/qt.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/qt.yml b/.github/workflows/qt.yml index b4d694f2..b1ecd479 100644 --- a/.github/workflows/qt.yml +++ b/.github/workflows/qt.yml @@ -40,10 +40,6 @@ jobs: - name: Echo and PWD test shell: cmd run: echo "%APPDATA%\\Qt" - - - name: Download QT Installer - 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 - name: Cache uses: actions/cache@v2.1.5