Update main.yml

This commit is contained in:
Sebastian
2022-06-16 18:29:02 -05:00
committed by GitHub
parent 20e7f72d78
commit de58349453

View File

@@ -109,7 +109,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'][12]['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)['assets'][14]['browser_download_url'])") -o cmake.zip
unzip cmake.zip
- name: Setup JDK