Skip to content

Commit 9d68454

Browse files
committed
add wget install
1 parent 669eff4 commit 9d68454

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/beam_Playground_Precommit.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ jobs:
6666
- name: Install sbt for running SCIO tests
6767
run: |
6868
sudo apt-get update --yes
69+
sudo apt-get install -y wget
6970
sudo apt-get install apt-transport-https curl gnupg -yqq
7071
echo "deb https://repo.scala-sbt.org/scalasbt/debian all main" | sudo tee /etc/apt/sources.list.d/sbt.list
7172
echo "deb https://repo.scala-sbt.org/scalasbt/debian /" | sudo tee /etc/apt/sources.list.d/sbt_old.list

0 commit comments

Comments
 (0)