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'