Commit 253d262
CI: pin CMake to 3.x on Windows
An update in GitHub action runners upgraded CMake to 4.0.0, which is
backwards-incompatible. The first breakage in the dependency stack
happens in dlfcn-win32 which explicitly sets the minimal required CMake
version to 3.5, and that one got deprecated in CMake 4, apparently.
Let's just chicken out and revert stuff rather than trying to fix an
unknown number of 3rd-party packages.
Bug: actions/runner-images#119261 parent b8671b6 commit 253d262
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
209 | 209 | | |
210 | 210 | | |
211 | 211 | | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
212 | 217 | | |
213 | 218 | | |
214 | 219 | | |
| |||
0 commit comments