Skip to content

Commit 60d6406

Browse files
authored
Merge pull request #38182 from apache/cp-38160
Cherrypick #38160
2 parents e4f1d84 + 613322e commit 60d6406

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/beam_PreCommit_Spotless.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,8 @@ jobs:
8585
github_job: ${{ matrix.job_name }} (${{ matrix.job_phrase }})
8686
- name: Setup environment
8787
uses: ./.github/actions/setup-environment-action
88+
- name: Install rsync
89+
run: sudo apt-get update && sudo apt-get install -y rsync
8890
- name: run Spotless PreCommit script
8991
uses: ./.github/actions/gradle-command-self-hosted-action
9092
with:
@@ -99,4 +101,4 @@ jobs:
99101
uses: jwgmeligmeyling/checkstyle-github-action@v1
100102
if: always()
101103
with:
102-
path: '**/build/reports/checkstyle/*.xml'
104+
path: '**/build/reports/checkstyle/*.xml'

0 commit comments

Comments
 (0)