Do not install jq as it is already installed (#48363)

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

jq is already installed on M1 machines on GithubActions. There is no need to install it again and this is outputting a warning in CI:

{F1974100065}

## Changelog:
[Internal] - Do not install jq as it is already installed

Reviewed By: blakef

Differential Revision: D67599961

fbshipit-source-id: 1f621f796b0c67ec877fc35269137537618f47ae
This commit is contained in:
Riccardo Cipolleschi
2024-12-23 07:46:02 -08:00
committed by Facebook GitHub Bot
parent 5b6534e727
commit e87296f356
+1 -1
View File
@@ -36,7 +36,7 @@ runs:
shell: bash
run: |
brew tap facebook/fb
brew install facebook/fb/idb-companion jq
brew install facebook/fb/idb-companion
- name: Set up JDK 11
uses: actions/setup-java@v2
with: