We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbc01b7 commit 15a2baaCopy full SHA for 15a2baa
.github/workflows/build.yml
@@ -455,6 +455,7 @@ jobs:
455
platform: visionos
456
project-root: example
457
cache-key-prefix: example
458
+ xcode-developer-dir: /Applications/Xcode_16.4.app/Contents/Developer
459
- name: Set up react-native@nightly
460
if: ${{ github.event_name == 'schedule' }}
461
uses: ./.github/actions/setup-react-native
@@ -508,6 +509,7 @@ jobs:
508
509
510
511
cache-key-prefix: template-${{ matrix.template }}
512
513
- name: Initialize test app
514
uses: ./.github/actions/init-test-app
515
with:
0 commit comments