Skip to content

Commit

Permalink
UltimMC: Fix Windows CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Neptune650 committed Mar 5, 2024
1 parent 0d01261 commit 026070b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
pull_request:
branches: [ develop ]
workflow_dispatch:
schedule:
- cron: "0 0 1 * *"

jobs:
build-linux:
Expand Down Expand Up @@ -114,7 +116,7 @@ jobs:

- name: Setup CMake
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
- name: Setup JDK
Expand Down

0 comments on commit 026070b

Please sign in to comment.