Circle CI: Fix release workflow (#34960)

Summary:
Pull Request resolved: https://github.com/facebook/react-native/pull/34960

Due to a missing cmake dependency, the prepare_package_for_release job will fail.

Changelog: [Internal]

Reviewed By: lunaleaps

Differential Revision: D40310829

fbshipit-source-id: b8d33397f012a9366bb44634877e6033b4d01caf
This commit is contained in:
Héctor Ramos
2022-10-12 16:19:28 -07:00
committed by Facebook GitHub Bot
parent 1b30df10c6
commit 2f5adbb192
+2
View File
@@ -1340,6 +1340,8 @@ jobs:
- add_ssh_keys:
fingerprints:
- "1c:98:e0:3a:52:79:95:29:12:cd:b4:87:5b:41:e2:bb"
- brew_install:
package: cmake
- run:
name: "Set new react-native version and commit changes"
command: |