diff --git a/.github/workflows/qt.yml b/.github/workflows/qt.yml index c208c18c..6dad5f8b 100644 --- a/.github/workflows/qt.yml +++ b/.github/workflows/qt.yml @@ -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: