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

yhu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new dfe6bf351fd fix preCommit Spotless rsync install (#38160)
dfe6bf351fd is described below

commit dfe6bf351fdb6485784900f8eebd5a09acf6191b
Author: Abdelrahman Ibrahim <[email protected]>
AuthorDate: Mon Apr 13 16:46:38 2026 +0200

    fix preCommit Spotless rsync install (#38160)
---
 .github/workflows/beam_PreCommit_Spotless.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/beam_PreCommit_Spotless.yml 
b/.github/workflows/beam_PreCommit_Spotless.yml
index c9a58c90080..06619d83f14 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:

Reply via email to