We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 294b5f0 commit ba0acf4Copy full SHA for ba0acf4
.github/workflows/react-native-code-push-ci.yml
@@ -19,6 +19,7 @@ jobs:
19
- name: Setup Java
20
uses: actions/setup-java@v3
21
with:
22
+ distribution: zulu
23
java-version: ${{ matrix.java-version }}
24
- name: Start adb server
25
run: adb devices
0 commit comments