From 0d25a5a0ddab609df3d7382264b050dc61f54d2f Mon Sep 17 00:00:00 2001 From: Marc Philipp Date: Mon, 9 Sep 2024 13:34:37 +0200 Subject: [PATCH] Fix YAML syntax --- .github/workflows/reproducible-build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/reproducible-build.yml b/.github/workflows/reproducible-build.yml index bc437f16286..39eb9160dbd 100644 --- a/.github/workflows/reproducible-build.yml +++ b/.github/workflows/reproducible-build.yml @@ -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