Skip to content

Commit 2575102

Browse files
committed
Install wget
1 parent ece9b45 commit 2575102

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/beam_Playground_Precommit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
- name: Install sbt for running SCIO tests
6767
run: |
6868
sudo apt-get update --yes
69-
sudo apt-get install apt-transport-https curl gnupg -yqq
69+
sudo apt-get install wget apt-transport-https curl gnupg -yqq
7070
echo "deb https://repo.scala-sbt.org/scalasbt/debian all main" | sudo tee /etc/apt/sources.list.d/sbt.list
7171
echo "deb https://repo.scala-sbt.org/scalasbt/debian /" | sudo tee /etc/apt/sources.list.d/sbt_old.list
7272
curl -sL "https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x2EE0EA64E40A89B84B2DF73499E82A75642AC823" | sudo -H gpg --no-default-keyring --keyring gnupg-ring:/etc/apt/trusted.gpg.d/scalasbt-release.gpg --import

0 commit comments

Comments
 (0)