Skip to content

Commit f07f223

Browse files
committed
fix: linux permission to run hermesc overriden variant
1 parent a61c3cc commit f07f223

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/android-build-custom-dev-app.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ jobs:
2828

2929
- name: npm install
3030
run: npm ci
31+
32+
- name: Make Hermes compiler executable (Linux)
33+
run: chmod +x node_modules/react-native/node_modules/hermes-compiler/hermesc/linux64-bin/hermesc
3134

3235
- name: Add NDK 27.3.13750724
3336
run: echo "y" | ${ANDROID_HOME}/cmdline-tools/latest/bin/sdkmanager --install "ndk;27.3.13750724"

0 commit comments

Comments
 (0)