Skip to content

Commit

Permalink
Update config.yml
Browse files Browse the repository at this point in the history
Co-authored-by: neildhar <neildhar@users.noreply.github.com>
  • Loading branch information
okwasniewski and neildhar committed Apr 24, 2024
1 parent b9a8dd2 commit 1d4fe88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ orbs:
node: circleci/node@4.7.0

commands:
# Install latest CMake version, needed for building Hermes for visionOS which requires at least CMake 3.29.
# Install latest CMake version, needed for building Hermes for visionOS which requires at least CMake 3.29.2
brew-install-cmake:
steps:
- run:
name: Install CMake
command: |
brew update
brew install cmake
brew install cmake@3.29.2
workflows:
version: 2
Expand Down

0 comments on commit 1d4fe88

Please sign in to comment.