Commit 5e6300b
authored
Uninstall pre-installed cmake prior to building with brew in CI (#4851)
The release workflow in CI started to break, see
[here](https://github.com/runtimeverification/k/actions/runs/17381082425/job/49338586227#step:7:1363)
due to brew and cmake.
This workflow uses a MacOS image provided by this [GitHub
action](https://github.com/actions/runner-images/releases/tag/macos-14-arm64%2F20250825.1763).
While the version of cmake stayed the same, I assume that the image has
switched from a non-brew cmake to a brew-provided cmake, causing a
conflict when building K with brew.
This pull request fixes this issue by uninstalling cmake beforehand.1 parent 6c089dc commit 5e6300b
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
347 | 347 | | |
348 | 348 | | |
349 | 349 | | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
350 | 353 | | |
351 | 354 | | |
352 | 355 | | |
| |||
0 commit comments