We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 669eff4 commit 9d68454Copy full SHA for 9d68454
1 file changed
.github/workflows/beam_Playground_Precommit.yml
@@ -66,6 +66,7 @@ jobs:
66
- name: Install sbt for running SCIO tests
67
run: |
68
sudo apt-get update --yes
69
+ sudo apt-get install -y wget
70
sudo apt-get install apt-transport-https curl gnupg -yqq
71
echo "deb https://repo.scala-sbt.org/scalasbt/debian all main" | sudo tee /etc/apt/sources.list.d/sbt.list
72
echo "deb https://repo.scala-sbt.org/scalasbt/debian /" | sudo tee /etc/apt/sources.list.d/sbt_old.list
0 commit comments