Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit 312a9f2

Browse files
Add path to java 8
1 parent 2fdd53a commit 312a9f2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/react-native-code-push-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
runs-on: macos-13
1212
env:
1313
JAVA_HOME: $(JAVA_HOME_8_X64)
14+
PATH: $(JAVA_HOME_8_X64)/bin:$(PATH)
1415
strategy:
1516
matrix:
1617
api-level: [ 27 ]

0 commit comments

Comments
 (0)