From 4048a2434c6835b693f6fcaf31e58a162a68b14f Mon Sep 17 00:00:00 2001 From: Eugene Yokota Date: Sun, 13 Oct 2024 13:28:41 -0400 Subject: [PATCH] Add setup-sbt --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 10f62ec..3565fa9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,6 +29,7 @@ jobs: java-version: ${{ matrix.java }} distribution: temurin cache: sbt + - uses: sbt/setup-sbt@v1 - shell: bash run: sbt -v $(if [[ "${{matrix.sbt_version}}" != "" ]] ; then echo "^^${{matrix.sbt_version}}" ; fi) test scripted - shell: bash