Skip to content

Commit 1df008e

Browse files
committed
add wget install
1 parent 5bfeaaf commit 1df008e

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
@@ -69,6 +69,7 @@ jobs:
6969
- name: Install sbt for running SCIO tests
7070
run: |
7171
sudo apt-get update --yes
72+
sudo apt-get install -y wget
7273
sudo apt-get install apt-transport-https curl gnupg -yqq
7374
echo "deb https://repo.scala-sbt.org/scalasbt/debian all main" | sudo tee /etc/apt/sources.list.d/sbt.list
7475
echo "deb https://repo.scala-sbt.org/scalasbt/debian /" | sudo tee /etc/apt/sources.list.d/sbt_old.list

0 commit comments

Comments
 (0)