Downloads QT Installer

This commit is contained in:
Mateo Pidal
2021-05-05 17:19:58 -03:00
committed by GitHub
parent a05f191947
commit 291204cf13

View File

@@ -37,18 +37,14 @@ jobs:
# The contents of the file
contents: ${{ secrets.QTACCOUNT }}
- name: File Reader
# You may pin to the exact commit or the version.
# uses: andstor/file-reader-action@babb053761401147562e75be79d832978cc97325
uses: andstor/file-reader-action@v1.0.0
with:
# The path to the file to be read.
path: "%APPDATA%\\Qt"
- 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: Install QT
uses: jurplel/install-qt-action@v2.13.2
with: