Skip to content

Commit 0d25a5a

Browse files
committed
Fix YAML syntax
1 parent 28dd375 commit 0d25a5a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/reproducible-build.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ jobs:
2424
- name: Restore Gradle cache and display toolchains
2525
uses: ./.github/actions/run-gradle
2626
with:
27-
arguments: --quiet \
27+
arguments: |
28+
--quiet \
2829
--configuration-cache
2930
- name: Build and compare checksums
3031
shell: bash

0 commit comments

Comments
 (0)