File tree 3 files changed +6
-4
lines changed
3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -11,10 +11,6 @@ inputs:
11
11
runs :
12
12
using : " composite"
13
13
steps :
14
- - uses : actions/checkout@v4
15
- with :
16
- submodules : true
17
-
18
14
- uses : actions/setup-java@v4
19
15
with :
20
16
distribution : " temurin"
Original file line number Diff line number Diff line change 8
8
if : github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name != github.repository)
9
9
runs-on : ubuntu-latest
10
10
steps :
11
+ - uses : actions/checkout@v4
12
+ with :
13
+ submodules : true
11
14
- name : Build Android
12
15
uses : ./.github/actions/android
Original file line number Diff line number Diff line change 37
37
name : Build Android
38
38
runs-on : ubuntu-latest
39
39
steps :
40
+ - uses : actions/checkout@v4
41
+ with :
42
+ submodules : true
40
43
- name : Build Android
41
44
uses : ./.github/actions/android
42
45
You can’t perform that action at this time.
0 commit comments