From 456fa24bb641addf9e9400c99b7d8e2027ebdda6 Mon Sep 17 00:00:00 2001 From: Tomasz Godzik Date: Tue, 23 Apr 2024 11:55:03 +0200 Subject: [PATCH] chore: Add sbt since it's not avaiable on the iamge --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 38258f9430..e04c83ac83 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,6 +38,7 @@ jobs: - uses: coursier/setup-action@v1.3.0 with: jvm: "temurin:17" + apps: sbt - name: Tests run: | .github/setup-test-projects.sh &&\ @@ -64,6 +65,7 @@ jobs: - uses: coursier/setup-action@v1.3.0 with: jvm: "temurin:17" + apps: sbt - name: Compile and test main projects # Only running the tests in 2.12 for now. Many test fixtures need # to be updated for 2.13.