File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1212 steps :
1313 - name : Checkout Repository
1414 uses : actions/checkout@v4
15+ with :
16+ submodules : true
1517 - name : Install Java
1618 uses : actions/setup-java@v4
1719 with :
6466
6567 - name : Checkout Repository
6668 uses : actions/checkout@v4
69+ with :
70+ submodules : true
6771 - name : Install Java
6872 uses : actions/setup-java@v4
6973 with :
8690 with :
8791 name : processing-${{ matrix.os_prefix }}-${{ matrix.arch }}-br_${{ github.ref_name }}
8892 retention-days : 1
89- path : app/build/compose/binaries/main/${{ matrix.binary }}
93+ path : app/build/compose/binaries/main/${{ matrix.binary }}
Original file line number Diff line number Diff line change 1313 steps :
1414 - name : Checkout Repository
1515 uses : actions/checkout@v4
16+ with :
17+ submodules : true
1618 - name : Install Java
1719 uses : actions/setup-java@v4
1820 with :
6567
6668 - name : Checkout Repository
6769 uses : actions/checkout@v4
70+ with :
71+ submodules : true
6872 - name : Install Java
6973 uses : actions/setup-java@v4
7074 with :
8791 with :
8892 name : processing-${{ matrix.os_prefix }}-${{ matrix.arch }}-pr_${{ github.event.pull_request.number }}
8993 retention-days : 5
90- path : app/build/compose/binaries/main/${{ matrix.binary }}
94+ path : app/build/compose/binaries/main/${{ matrix.binary }}
You can’t perform that action at this time.
0 commit comments