Remove unused build-from-source input (#45533)

Summary:
Pull Request resolved: https://github.com/facebook/react-native/pull/45533

This input is unused and is causing a warning on the build pipeline.
I'm cleaning it up.

Changelog:
[Internal] [Changed] - Remove unused build-from-source input

Reviewed By: blakef

Differential Revision: D59958184

fbshipit-source-id: 23ba010da077342605afaaee122bc7ceabc89915
This commit is contained in:
Nicola Corti
2024-07-19 03:23:12 -07:00
committed by Facebook GitHub Bot
parent be93092c1b
commit 64c3fb84d5
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -39,7 +39,6 @@ jobs:
with:
hermes-ws-dir: ${{ env.HERMES_WS_DIR }}
hermes-version-file: ${{ env.HERMES_VERSION_FILE }}
build-from-source: ${{ env.BUILD_FROM_SOURCE }}
build_hermesc_apple:
runs-on: macos-13
-1
View File
@@ -36,7 +36,6 @@ jobs:
with:
hermes-ws-dir: ${{ env.HERMES_WS_DIR }}
hermes-version-file: ${{ env.HERMES_VERSION_FILE }}
build-from-source: ${{ env.BUILD_FROM_SOURCE }}
build_hermesc_apple:
runs-on: macos-13