UltimMC: Fix Windows CI

This commit is contained in:
Neptune
2024-03-03 11:50:34 -05:00
parent 0d01261956
commit 026070b836

View File

@@ -6,6 +6,8 @@ on:
pull_request: pull_request:
branches: [ develop ] branches: [ develop ]
workflow_dispatch: workflow_dispatch:
schedule:
- cron: "0 0 1 * *"
jobs: jobs:
build-linux: build-linux:
@@ -114,7 +116,7 @@ jobs:
- name: Setup CMake - name: Setup CMake
run: | run: |
curl -L $(curl -s https://api.github.com/repos/kitware/cmake/releases/latest | python -c "import sys, json; print(json.load(sys.stdin)['assets'][14]['browser_download_url'])") -o cmake.zip curl -L https://github.com/Kitware/CMake/releases/download/v3.29.0-rc2/cmake-3.29.0-rc2-windows-i386.zip -o cmake.zip
unzip cmake.zip unzip cmake.zip
- name: Setup JDK - name: Setup JDK