mirror of
https://github.com/UltimMC/Launcher.git
synced 2025-12-24 20:34:59 +00:00
make curl follow redirects and folder for zlib
This commit is contained in:
5
.github/workflows/qt.yml
vendored
5
.github/workflows/qt.yml
vendored
@@ -74,7 +74,7 @@ jobs:
|
||||
|
||||
- name: Setup CMake
|
||||
run: |
|
||||
curl https://github.com/Kitware/CMake/releases/download/v3.20.2/cmake-3.20.2-windows-i386.msi -o cmake.msi
|
||||
curl -L https://github.com/Kitware/CMake/releases/download/v3.20.2/cmake-3.20.2-windows-i386.msi -o cmake.msi
|
||||
./cmake.msi /S
|
||||
|
||||
- name: Setup JDK
|
||||
@@ -86,5 +86,8 @@ jobs:
|
||||
|
||||
- name: Setup zlib
|
||||
run: |
|
||||
mkdir zlib
|
||||
curl https://razaoinfo.dl.sourceforge.net/project/gnuwin32/zlib/1.2.3/zlib-1.2.3-bin.zip -o zlib.zip
|
||||
unzip zlib.zip
|
||||
cd ..
|
||||
pwd
|
||||
|
||||
Reference in New Issue
Block a user