From 7e77f351a057747cfa647c81a138fb72f062287f Mon Sep 17 00:00:00 2001 From: simerplaha <simer.j@gmail.com> Date: Thu, 16 Jan 2025 10:35:01 +1100 Subject: [PATCH 1/2] debug build ` uses: setup-sbt` --- .github/workflows/scala.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/scala.yml b/.github/workflows/scala.yml index 8a22efd4f..215ef612a 100644 --- a/.github/workflows/scala.yml +++ b/.github/workflows/scala.yml @@ -20,6 +20,7 @@ jobs: distribution: temurin java-version: 17 cache: sbt + - uses: sbt/setup-sbt@v1 - run: sbt "compile;test;doc;stage" styling: @@ -31,4 +32,5 @@ jobs: distribution: temurin java-version: 17 cache: sbt + - uses: sbt/setup-sbt@v1 - run: sbt "scalafmtCheckAll; scalafmtSbtCheck" From d8593d6068c5e1d753d5eac219ac07db11b9fd67 Mon Sep 17 00:00:00 2001 From: simerplaha <simer.j@gmail.com> Date: Thu, 16 Jan 2025 10:41:22 +1100 Subject: [PATCH 2/2] added `uses: setup-sbt` to `release.yml` --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6e7822038..4d419ef58 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,6 +14,7 @@ jobs: distribution: temurin java-version: 17 cache: sbt + - uses: sbt/setup-sbt@v1 - name: Get the version id: get_version