From a22b20ea356debb8ee65a5340edad48c55cf3749 Mon Sep 17 00:00:00 2001 From: James Stocker Date: Wed, 12 Nov 2025 12:34:41 +0100 Subject: [PATCH] Add step to install sbt before testing --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 96f5ff6..b49a6ff 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,6 +17,8 @@ jobs: java-version: 11 distribution: "temurin" - uses: coursier/cache-action@v6 + - name: Setup sbt launcher + uses: sbt/setup-sbt@v1 - id: test name: Test env: