Skip to content

Commit

Permalink
Fix YAML syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
marcphilipp committed Sep 20, 2024
1 parent 28dd375 commit 0d25a5a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/reproducible-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ jobs:
- name: Restore Gradle cache and display toolchains
uses: ./.github/actions/run-gradle
with:
arguments: --quiet \
arguments: |
--quiet \
--configuration-cache
- name: Build and compare checksums
shell: bash
Expand Down

0 comments on commit 0d25a5a

Please sign in to comment.