You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/release.yml
+17Lines changed: 17 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,23 @@ jobs:
14
14
with:
15
15
distribution: temurin
16
16
java-version: 11
17
+
- name: Setup SBT
18
+
run: |
19
+
# Make sure ca-certificates and gnupg are installed (often required for adding new repos)
20
+
sudo apt-get update
21
+
sudo apt-get install -y ca-certificates gnupg
22
+
23
+
# Add the sbt repositories to apt sources
24
+
echo "deb https://repo.scala-sbt.org/scalasbt/debian all main" | sudo tee /etc/apt/sources.list.d/sbt.list
25
+
echo "deb https://repo.scala-sbt.org/scalasbt/debian /" | sudo tee /etc/apt/sources.list.d/sbt_old.list
0 commit comments