Skip to content

Commit 296998d

Browse files
committed
[LOCAL] Downgrade CMake for Mac machines, take3
1 parent db4cd97 commit 296998d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/actions/build-hermesc-apple/action.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ runs:
2424
- name: Downgrade CMake
2525
shell: bash
2626
run: |
27-
# Uninstall any existing CMake version
28-
brew uninstall --ignore-dependencies cmake || true
2927
# Install specific CMake version (e.g., 3.21.4)
3028
brew install [email protected]
3129
# Add the specific CMake version to PATH

0 commit comments

Comments
 (0)