From cc98101ecee6589208b6ba950856568f37dad3c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Ferrer=20Gonz=C3=A1lez?= Date: Mon, 13 Jan 2025 18:41:29 +0100 Subject: [PATCH] ci: explicitly install SBT (removed from GitHub in newer Ubuntu version) (#37) --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c8330c9..60bdda0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,6 +19,7 @@ jobs: distribution: 'zulu' java-version: '21' cache: 'sbt' + - uses: sbt/setup-sbt@v1 - name: 👌 Run "pre-push" tasks (compile and style-check) run: sbt prep - name: ✅ Generate a project and run its test