We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6eddaf4 commit dc359d1Copy full SHA for dc359d1
.github/workflows/pull_request-gradle.yml
@@ -13,6 +13,8 @@ jobs:
13
steps:
14
- name: Checkout Repository
15
uses: actions/checkout@v4
16
+ with:
17
+ submodules: true
18
- name: Install Java
19
uses: actions/setup-java@v4
20
with:
@@ -65,6 +67,8 @@ jobs:
65
67
66
68
69
70
71
72
73
74
@@ -87,4 +91,4 @@ jobs:
87
91
88
92
name: processing-${{ matrix.os_prefix }}-${{ matrix.arch }}-pr_${{ github.event.pull_request.number }}
89
93
retention-days: 5
90
- path: app/build/compose/binaries/main/${{ matrix.binary }}
94
+ path: app/build/compose/binaries/main/${{ matrix.binary }}
0 commit comments