Skip to content

Commit

Permalink
Fix reproducer for 0.74
Browse files Browse the repository at this point in the history
  • Loading branch information
cortinico committed May 6, 2024
1 parent ef576ba commit 47b0015
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/auto-updater.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
rm -rf ReproducerApp
npx react-native@latest init ReproducerApp --skip-install
cd ReproducerApp
yarn config set -H enableImmutableInstalls false
yarn
git config --local user.email "action@github.com"
git config --local user.name "GitHub Action"
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/pre-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@ jobs:
with:
node-version: 18

- name: Setup XCode
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: 15.3.x

- name: Yarn Install
run: yarn install
working-directory: ReproducerApp
Expand Down

0 comments on commit 47b0015

Please sign in to comment.