Skip to content

Commit 5913e45

Browse files
TrustMeItsCugelcolemanirby
authored andcommitted
fix: resolve macOS CI cmake installation conflict
- Add brew uninstall cmake before installing to avoid tap conflicts - Resolves CI failure where cmake from local/pinned tap conflicts with homebrew/core - Uses --ignore-dependencies and || true for safe uninstall
1 parent 2a7a28f commit 5913e45

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/cross-platform-ffi.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
- name: Install system dependencies (macOS)
4040
if: matrix.os == 'macos-latest'
4141
run: |
42+
brew uninstall --ignore-dependencies cmake || true
4243
brew install cmake pkg-config
4344
4445
- name: Install system dependencies (Windows)

0 commit comments

Comments
 (0)