From ab4d385bd6e0ec80806d1754d7f9eb54b3045589 Mon Sep 17 00:00:00 2001 From: thaddmt <68032955+thaddmt@users.noreply.github.com> Date: Tue, 10 Oct 2023 20:39:22 -0700 Subject: [PATCH] chore: fix rn build system test workflow (#4527) --- .github/workflows/build-system-test-react-native.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build-system-test-react-native.yml b/.github/workflows/build-system-test-react-native.yml index d5247afc930..602bea3c0f9 100644 --- a/.github/workflows/build-system-test-react-native.yml +++ b/.github/workflows/build-system-test-react-native.yml @@ -80,8 +80,10 @@ jobs: brew tap wix/brew brew install applesimutils brew install watchman + brew link --overwrite python@3.11 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