Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
workflow_dispatch:

env:
HERMES_VERSION: 80359d48dbf0a108031d69c8a22bad180cfb4df3
HERMES_VERSION: e595577844507abb72cbfde4467fdb4a66bf2e10

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion cmake/HermesExternal.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ else()
# Configurable git parameters
set(HERMES_GIT_URL "https://github.com/facebook/hermes.git"
CACHE STRING "Hermes git repository URL")
set(HERMES_GIT_TAG "80359d48dbf0a108031d69c8a22bad180cfb4df3"
set(HERMES_GIT_TAG "e595577844507abb72cbfde4467fdb4a66bf2e10"
CACHE STRING "Hermes git tag/commit/branch to build")
set(HERMES_BUILD_TYPE "Release"
CACHE STRING "Hermes build type (Release, Debug, RelWithDebInfo, MinSizeRel)")
Expand Down
Loading