Commit 0ffb831
CI: Workaround CMake 4.0.
GitHub appear to have erroneously introduced CMake 4.0 - including
a compatibility break with CMake < 3.5 causing the picotool build
to fail with an error in mbedtls:
pico-sdk/lib/mbedtls/CMakeLists.txt:23 (cmake_minimum_required):
Compatibility with CMake < 3.5 has been removed from CMake.
Install a custom CMake version until this is resolved. Or, y'know,
might as well do this forever because we can't trust upstream :/
See: raspberrypi/pico-sdk#2391
And: actions/runner-images#119261 parent 198ee54 commit 0ffb831
1 file changed
+9
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
58 | 67 | | |
59 | 68 | | |
60 | 69 | | |
| |||
0 commit comments