Skip to content

Commit

Permalink
chore: fix rn build system test workflow (#4527)
Browse files Browse the repository at this point in the history
  • Loading branch information
thaddmt authored Oct 11, 2023
1 parent 7baa9ed commit ab4d385
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-system-test-react-native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,10 @@ jobs:
brew tap wix/brew
brew install applesimutils
brew install watchman
brew link --overwrite [email protected]
echo "ruby --version"
ruby --version
continue-on-error: true # brew overwrite step addresses a python install issue: https://github.com/actions/runner-images/issues/8500
- name: Install packages
if: steps.restore-cache.outputs.cache-hit != 'true'
uses: ./.github/actions/install-with-retries
Expand Down

0 comments on commit ab4d385

Please sign in to comment.