From e9916d6d08c736cc9612d177d308d22dd6a61de4 Mon Sep 17 00:00:00 2001 From: kenji yoshida <6b656e6a69@gmail.com> Date: Sun, 15 Dec 2024 10:36:02 +0900 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9f8d261..6dd5929 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,6 +18,7 @@ jobs: distribution: temurin - uses: actions/checkout@v4 - uses: coursier/cache-action@v6 + - uses: sbt/setup-sbt@v1 - run: sbt -v "set Test / g8 / g8Properties ~= { _ + (\"scala_version\" -> \"${{ matrix.scala }}\")}" g8Test