Commit daa3404
committed
fix(ci): ensure CMake >= 3.5 is installed for lnd_grpc_rust tests
Add a step to the CI workflow to check and install CMake if it’s missing or below version 3.5.
This fixes the build failure in the LND integration tests caused by prost-build v0.10.4,
which requires CMake >= 3.5. Since ubuntu-latest is not a fixed version, this ensures
compatibility with potential future changes in the runner environment.
Closes lightningdevkit#5151 parent a6cb7a3 commit daa3404
1 file changed
+14
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
12 | 26 | | |
13 | 27 | | |
14 | 28 | | |
| |||
0 commit comments