We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db4cd97 commit 296998dCopy full SHA for 296998d
.github/actions/build-hermesc-apple/action.yml
@@ -24,8 +24,6 @@ runs:
24
- name: Downgrade CMake
25
shell: bash
26
run: |
27
- # Uninstall any existing CMake version
28
- brew uninstall --ignore-dependencies cmake || true
29
# Install specific CMake version (e.g., 3.21.4)
30
brew install [email protected]
31
# Add the specific CMake version to PATH
0 commit comments