From 2a6d85ed70775ad138cc90a38ef34535753eeba2 Mon Sep 17 00:00:00 2001 From: Ivan Topolnjak Date: Wed, 7 Aug 2024 15:45:58 +0200 Subject: [PATCH] add SBT setup to the lint action --- .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"