Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbfb authored May 27, 2024
1 parent 9dfdcc3 commit 511cb75
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -499,9 +499,6 @@ jobs:
REACT_NATIVE_OVERRIDE_HERMES_DIR: /home/runner/work/hermes/hermes
steps:
- uses: actions/[email protected]
- name: Setup dependencies
run: |-
(yes | sdkmanager "cmake;3.22.1" "ndk;26.1.10909125" --verbose) || true
- name: Configure JDK
uses: actions/setup-java@v3
with:
Expand All @@ -520,6 +517,8 @@ jobs:
uses: ReactiveCircus/[email protected]
with:
api-level: 29
ndk: 26.1.10909125
cmake: 3.22.1
script: |
pwd && find ../ -name "gradlew" && cd ../react-native && ./gradlew -PreactNativeArchitectures=x86 :packages:rn-tester:android:app:installHermesRelease
adb shell am start com.facebook.react.uiapp/.RNTesterActivity
Expand Down

0 comments on commit 511cb75

Please sign in to comment.