Skip to content

Commit

Permalink
W-17683749: Add sbt to build ga
Browse files Browse the repository at this point in the history
  • Loading branch information
damianpedra committed Jan 29, 2025
1 parent 7c3b6ac commit 01022f7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,15 @@ jobs:
distribution: 'temurin'
java-version: '11'

- name: Install SBT
run: |
echo "Installing SBT..."
curl -L https://scala.jfrog.io/artifactory/debian/sbt-1.9.8.deb -o sbt.deb
sudo dpkg -i sbt.deb
sudo apt-get update
sudo apt-get install -f
sbt sbtVersion
- name: Cache SBT dependencies
uses: actions/cache@v3
with:
Expand Down

0 comments on commit 01022f7

Please sign in to comment.