From e19177a911ce5696d861c55e0527a90ceed1a067 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 | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 38258f9430..e381828e12 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 &&\