From 52f3f518112bbdc5b90fd6c21bccbe8f2e8e6578 Mon Sep 17 00:00:00 2001 From: mattbfb <111091151+mattbfb@users.noreply.github.com> Date: Thu, 23 May 2024 16:38:21 -0400 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 76a4cdec66f..9670bc57ce9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -526,7 +526,7 @@ jobs: 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" - HERMES_WS_DIR: /__w/hermes/hermes/ + HERMES_WS_DIR: /tmp/hermes/ steps: - uses: actions/checkout@v4.1.0 with: