Skip to content

Commit ba0acf4

Browse files
Add distribution for java step
1 parent 294b5f0 commit ba0acf4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
- name: Setup Java
2020
uses: actions/setup-java@v3
2121
with:
22+
distribution: zulu
2223
java-version: ${{ matrix.java-version }}
2324
- name: Start adb server
2425
run: adb devices

0 commit comments

Comments
 (0)