From 36ed6fed241d53f0074a739d980794b4e5660632 Mon Sep 17 00:00:00 2001 From: kenji yoshida <6b656e6a69@gmail.com> Date: Wed, 22 Jan 2025 21:31:15 +0900 Subject: [PATCH] setup-sbt --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 520f332..095192f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,6 +17,7 @@ jobs: java-version: 8 distribution: temurin - uses: coursier/cache-action@v6 + - uses: sbt/setup-sbt@v1 - run: git config core.whitespace tab-in-indent,trailing-space,space-before-tab,cr-at-eol - run: git show --oneline --check - run: sbt -v