This is an automated email from the ASF dual-hosted git repository.

vterentev pushed a commit to branch cp-38160
in repository https://gitbox.apache.org/repos/asf/beam.git

commit 613322ea74b6ad5be476775a9f28f5bbc67d1d99
Author: Vitaly Terentyev <[email protected]>
AuthorDate: Tue Apr 14 16:39:25 2026 +0400

    Cherrypick #38160
---
 .github/workflows/beam_PreCommit_Spotless.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/beam_PreCommit_Spotless.yml 
b/.github/workflows/beam_PreCommit_Spotless.yml
index f1f914b5c03..b3a2f410e42 100644
--- a/.github/workflows/beam_PreCommit_Spotless.yml
+++ b/.github/workflows/beam_PreCommit_Spotless.yml
@@ -85,6 +85,8 @@ jobs:
           github_job: ${{ matrix.job_name }} (${{ matrix.job_phrase }})
       - name: Setup environment
         uses: ./.github/actions/setup-environment-action
+      - name: Install rsync
+        run: sudo apt-get update && sudo apt-get install -y rsync
       - name: run Spotless PreCommit script
         uses: ./.github/actions/gradle-command-self-hosted-action
         with:
@@ -99,4 +101,4 @@ jobs:
         uses: jwgmeligmeyling/checkstyle-github-action@v1
         if: always()
         with:
-          path: '**/build/reports/checkstyle/*.xml'
\ No newline at end of file
+          path: '**/build/reports/checkstyle/*.xml'

Reply via email to