From 2f5adbb1925cce7e73b6df0fe2e5c67fb32ffcc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Ramos?= Date: Wed, 12 Oct 2022 16:19:28 -0700 Subject: [PATCH] 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 --- .circleci/config.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 9940ae88457..f048d3ec5f9 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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: |