Commit b68f62a 1 parent 0cda789 commit b68f62a Copy full SHA for b68f62a
File tree 2 files changed +0
-7
lines changed
2 files changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -28,16 +28,13 @@ jobs:
28
28
steps :
29
29
- name : Check out Git repository
30
30
uses : actions/checkout@v4
31
-
32
31
- name : Setup Java 17
33
32
uses : actions/setup-java@v3
34
33
with :
35
34
distribution : ' zulu'
36
35
java-version : 17
37
-
38
36
- name : Install node dependencies
39
37
run : yarn install --immutable
40
-
41
38
- name : Build app
42
39
working-directory : ${{ env.WORKING_DIRECTORY }}/android
43
40
run : ./gradlew assembleDebug --build-cache -PreactNativeArchitectures=arm64-v8a
Original file line number Diff line number Diff line change 17
17
jobs :
18
18
build :
19
19
if : github.repository == 'software-mansion/react-native-executorch'
20
- name : ' Example app iOS build check'
21
20
runs-on : macos-latest
22
21
concurrency :
23
22
group : ios-${{ github.ref }}
24
23
cancel-in-progress : true
25
24
steps :
26
25
- name : Check out Git repository
27
26
uses : actions/checkout@v4
28
-
29
27
- name : Install node dependencies
30
28
working-directory : examples/llama
31
29
run : yarn
32
-
33
30
- name : Install pods
34
31
working-directory : examples/llama/ios
35
32
run : pod install
36
-
37
33
- name : Build app
38
34
working-directory : examples/llama/ios
39
35
run : |
You can’t perform that action at this time.
0 commit comments