Skip to content

Commit 01022f7

Browse files
committed
W-17683749: Add sbt to build ga
1 parent 7c3b6ac commit 01022f7

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/build.yml

+9
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,15 @@ jobs:
2222
distribution: 'temurin'
2323
java-version: '11'
2424

25+
- name: Install SBT
26+
run: |
27+
echo "Installing SBT..."
28+
curl -L https://scala.jfrog.io/artifactory/debian/sbt-1.9.8.deb -o sbt.deb
29+
sudo dpkg -i sbt.deb
30+
sudo apt-get update
31+
sudo apt-get install -f
32+
sbt sbtVersion
33+
2534
- name: Cache SBT dependencies
2635
uses: actions/cache@v3
2736
with:

0 commit comments

Comments
 (0)