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 18bea5a commit 5be8a0c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -491,22 +491,22 @@ jobs:
test-e2e:
runs-on: ubuntu-latest
env:
TERM: "dumb"
GRADLE_OPTS: '-Dorg.gradle.daemon=false'
# By default we only build ARM64 to save time/resources. For release/nightlies/prealpha, we override this value to build all archs.
ORG_GRADLE_PROJECT_reactNativeArchitectures: "arm64-v8a"
ANDROID_NDK: /usr/local/lib/android/sdk/ndk/26.1.10909125
HERMES_WS_DIR: /home/runner/work/hermes
REACT_NATIVE_OVERRIDE_HERMES_DIR: /home/runner/work/hermes/hermes
ANDROID_NDK: /usr/local/lib/android/sdk/ndk/26.1.10909125
steps:
- uses: actions/[email protected]
- name: Configure JDK
- name: Install Node
uses: actions/[email protected]
- name: Install JDK
uses: actions/setup-java@v3
with:
distribution: "temurin"
java-version: "17"
- uses: actions/[email protected]
- name: Prepare RNTester
- name: Checkout Hermes
uses: actions/[email protected]
- name: Checkout React Native
run: |-
mkdir -p "$HERMES_WS_DIR"
cd "$HERMES_WS_DIR"
Expand Down

0 comments on commit 5be8a0c

Please sign in to comment.