mirror of
https://github.com/UltimMC/Launcher.git
synced 2025-12-26 02:25:03 +00:00
Downloads QT Installer
This commit is contained in:
12
.github/workflows/qt.yml
vendored
12
.github/workflows/qt.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user