Skip to content

Commit

Permalink
UltimMC: Fix Windows CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Neptune650 authored Mar 3, 2024
1 parent 0d01261 commit 12db634
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,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 $(curl -s https://api.github.com/repos/kitware/cmake/releases/latest | python -c "import sys, json; print(json.load(sys.stdin)[14]['browser_download_url'])") -o cmake.zip
unzip cmake.zip
- name: Setup JDK
Expand Down

0 comments on commit 12db634

Please sign in to comment.