Skip to content

Commit 50fa886

Browse files
authored
Fix daily build (#2142)
1 parent a6636bb commit 50fa886

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-common.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
"-PtestJavaVersion=${{ matrix.test-java-version }}"
9191
"-Porg.gradle.java.installations.paths=${{ steps.setup-java-test.outputs.path }}"
9292
"-Porg.gradle.java.installations.auto-download=false"
93-
${{ inputs.no-build-cache && '--no-build-cache' || '' }}
93+
${{ inputs.no-build-cache && '--no-build-cache' || '' }}
9494
9595
integration-test:
9696
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)