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