mirror of
https://github.com/UltimMC/Launcher.git
synced 2025-12-24 20:34:59 +00:00
Test action CMake 32bit
This commit is contained in:
12
.github/workflows/develop.yml
vendored
12
.github/workflows/develop.yml
vendored
@@ -78,10 +78,14 @@ jobs:
|
||||
installer.exe -v --script nonInteractive.qs --silent
|
||||
|
||||
- name: Setup CMake
|
||||
run: |
|
||||
curl -L https://github.com/Kitware/CMake/releases/download/v3.20.2/cmake-3.20.2-windows-i386.zip -o cmake.zip
|
||||
unzip cmake.zip
|
||||
dir cmake-3.20.2-windows-i386/bin
|
||||
uses: jwlawson/actions-setup-cmake@v1.9
|
||||
with:
|
||||
use-32bit: 'true'
|
||||
|
||||
#run: |
|
||||
# curl -L https://github.com/Kitware/CMake/releases/download/v3.20.2/cmake-3.20.2-windows-i386.zip -o cmake.zip
|
||||
# unzip cmake.zip
|
||||
# dir cmake-3.20.2-windows-i386/bin
|
||||
|
||||
- name: Setup JDK
|
||||
uses: actions/setup-java@v2
|
||||
|
||||
Reference in New Issue
Block a user