diff --git a/.github/workflows/react_native.yml b/.github/workflows/react_native.yml index f93f7d7c2d08b..f9d5be61e8743 100644 --- a/.github/workflows/react_native.yml +++ b/.github/workflows/react_native.yml @@ -256,6 +256,7 @@ jobs: set -e -x npm install -g detox-cli brew tap wix/brew + brew trust wix/brew brew install applesimutils npm ci working-directory: ${{ github.workspace }}/js diff --git a/tools/ci_build/github/azure-pipelines/templates/react-native-ci.yml b/tools/ci_build/github/azure-pipelines/templates/react-native-ci.yml index 17f538c5f7ca3..55f5a20fb1d98 100644 --- a/tools/ci_build/github/azure-pipelines/templates/react-native-ci.yml +++ b/tools/ci_build/github/azure-pipelines/templates/react-native-ci.yml @@ -123,6 +123,7 @@ stages: - script: | brew tap wix/brew + brew trust wix/brew brew install applesimutils displayName: Install applesimutils