From 613322ea74b6ad5be476775a9f28f5bbc67d1d99 Mon Sep 17 00:00:00 2001 From: Vitaly Terentyev Date: Tue, 14 Apr 2026 16:39:25 +0400 Subject: [PATCH] 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 f1f914b5c038..b3a2f410e423 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'