File tree 4 files changed +30
-0
lines changed
4 files changed +30
-0
lines changed Original file line number Diff line number Diff line change 35
35
- name : NPM Install (Binary Package)
36
36
run : npm install
37
37
working-directory : ./Package
38
+ - name : Setup Java
39
+ uses : actions/setup-java@v3
40
+ with :
41
+ distribution : ' temurin'
42
+ java-version : ' 17'
43
+ check-latest : true
38
44
- name : Gulp (Android)
39
45
run : npx gulp buildAndroid
40
46
working-directory : ./Package
Original file line number Diff line number Diff line change 33
33
run : brew install ninja
34
34
- name : ' Select XCode ${{ inputs.xcode-version }}'
35
35
run : sudo xcode-select --switch /Applications/Xcode_${{ inputs.xcode-version }}.app/Contents/Developer
36
+ - name : Setup Java
37
+ uses : actions/setup-java@v3
38
+ with :
39
+ distribution : ' temurin'
40
+ java-version : ' 17'
41
+ check-latest : true
36
42
- name : NPM Install (Playground)
37
43
run : npm install
38
44
working-directory : ./Apps/Playground
Original file line number Diff line number Diff line change 33
33
- name : NPM Install (Binary Package)
34
34
run : npm install
35
35
working-directory : ./Package
36
+ - name : Setup Java
37
+ uses : actions/setup-java@v3
38
+ with :
39
+ distribution : ' temurin'
40
+ java-version : ' 17'
41
+ check-latest : true
36
42
- name : Gulp (Android)
37
43
run : npx gulp buildAndroid
38
44
working-directory : ./Package
80
86
cmake-version : ' 3.26.3'
81
87
- name : Setup Ninja
82
88
run : brew install ninja
89
+ - name : Setup Java
90
+ uses : actions/setup-java@v3
91
+ with :
92
+ distribution : ' temurin'
93
+ java-version : ' 17'
94
+ check-latest : true
83
95
- name : NPM Install (Playground)
84
96
run : npm install
85
97
working-directory : ./Apps/Playground
Original file line number Diff line number Diff line change 66
66
uses : actions/setup-node@v3
67
67
with :
68
68
node-version : 16
69
+ - name : Setup Java
70
+ uses : actions/setup-java@v3
71
+ with :
72
+ distribution : ' temurin'
73
+ java-version : ' 17'
74
+ check-latest : true
69
75
- name : Build Playground Android
70
76
run : |
71
77
npm uninstall -g react-native-cli @react-native-community/cli
You can’t perform that action at this time.
0 commit comments