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

Abacn pushed a commit to branch validate-274-rc3
in repository https://gitbox.apache.org/repos/asf/beam.git

commit 40302a63a4af97d6c952707bb2c1a639759a7491
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

Reply via email to