We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b9bfc9 commit 6cad5f3Copy full SHA for 6cad5f3
1 file changed
.github/workflows/main.yml
@@ -116,7 +116,7 @@ jobs:
116
117
- name: Setup CMake
118
run: |
119
- 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
120
unzip cmake.zip
121
122
- name: Setup JDK
0 commit comments