This is an automated email from the ASF dual-hosted git repository. Abacn pushed a commit to branch validate_274_rc2 in repository https://gitbox.apache.org/repos/asf/beam.git
commit d12ec7d46690433b9e1075b86f047d732f2f6da9 Author: Vitaly Terentyev <[email protected]> AuthorDate: Tue May 19 13:50:03 2026 +0400 Install wget --- .github/workflows/run_rc_validation_go_wordcount.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/run_rc_validation_go_wordcount.yml b/.github/workflows/run_rc_validation_go_wordcount.yml index 5f60ae9dbe4..2dbef177d08 100644 --- a/.github/workflows/run_rc_validation_go_wordcount.yml +++ b/.github/workflows/run_rc_validation_go_wordcount.yml @@ -54,6 +54,8 @@ jobs: uses: ./.github/actions/setup-environment-action with: go-version: default + - name: Install wget + run: sudo apt-get update && sudo apt-get install -y wget - name: Setup Go Module and Fetch RC id: setup_go
