Skip to content

Commit

Permalink
Mitigate a RN CLI Issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
kuasha420 committed Feb 12, 2023
1 parent 1603fb3 commit 7fed92d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ jobs:
uses: actions/checkout@v3
with:
path: ts-plus
- name: Mitigate RN-53053 (macOS)
run: |
sudo rm -rf /usr/local/bin/bundle
- name: Setup Node
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit 7fed92d

Please sign in to comment.