From 2702ac785fbe068661d9a682f4f2a432b00fe570 Mon Sep 17 00:00:00 2001 From: Ivan Topolnjak Date: Wed, 7 Aug 2024 09:43:35 +0200 Subject: [PATCH] fix installation of SBT for the lint task --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f94d68c2f..bc20e5fbf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,6 +24,9 @@ jobs: - uses: actions/checkout@v1 - uses: coursier/cache-action@v6 - uses: coursier/setup-action@v1 + with: + jvm: adopt:8 + apps: sbt - name: Test run: sbt -v "+scalafmtCheckAll"