CI: Update CMake version

This commit is contained in:
Neptune
2024-10-07 12:46:50 -05:00
committed by GitHub
parent 0b9bfc95dd
commit 6cad5f358b

View File

@@ -116,7 +116,7 @@ jobs:
- name: Setup CMake - name: Setup CMake
run: | run: |
curl -L https://github.com/Kitware/CMake/releases/download/v3.29.3/cmake-3.29.3-windows-i386.zip -o cmake.zip curl -L https://github.com/Kitware/CMake/releases/download/v3.30.4/cmake-3.30.4-windows-i386.zip -o cmake.zip
unzip cmake.zip unzip cmake.zip
- name: Setup JDK - name: Setup JDK