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 28dd375 commit 0d25a5aCopy full SHA for 0d25a5a
1 file changed
.github/workflows/reproducible-build.yml
@@ -24,7 +24,8 @@ jobs:
24
- name: Restore Gradle cache and display toolchains
25
uses: ./.github/actions/run-gradle
26
with:
27
- arguments: --quiet \
+ arguments: |
28
+ --quiet \
29
--configuration-cache
30
- name: Build and compare checksums
31
shell: bash
0 commit comments