mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
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:
committed by
Facebook GitHub Bot
parent
5b6534e727
commit
e87296f356
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user