Fixes Mistake

This commit is contained in:
Mateo Pidal
2021-05-05 17:41:47 -03:00
committed by GitHub
parent 29ed4dd5a1
commit aafb0ea3ef

View File

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