From 3a8621dbc2786c2adabf5e13c29a011ff6d6764c Mon Sep 17 00:00:00 2001 From: kenji yoshida <6b656e6a69@gmail.com> Date: Fri, 3 May 2024 09:06:57 +0900 Subject: [PATCH] fix macos build --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3257e83..cfad996 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,9 @@ jobs: java-version: 17 distribution: temurin - uses: coursier/cache-action@v6 - - run: sbt -v + - run: wget https://raw.githubusercontent.com/dwijnand/sbt-extras/cd57b2815147dafa2b0c661a54607c245de4de58/sbt + - run: chmod +x ./sbt + - run: ./sbt -v scalafmtSbtCheck scalafmtCheckAll updateClassifiers