From ec468928486dba7d8355688f999ccd11d54c59eb Mon Sep 17 00:00:00 2001 From: kenji yoshida <6b656e6a69@gmail.com> Date: Wed, 18 Dec 2024 16:13:16 +0900 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5a576251..898b08c3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,6 +34,7 @@ jobs: distribution: adopt - uses: actions/checkout@v4 - uses: coursier/cache-action@v6 + - uses: sbt/setup-sbt@v1 - shell: bash run: | case ${{ matrix.name }} in @@ -72,6 +73,7 @@ jobs: with: fetch-depth: 10 - uses: coursier/cache-action@v6 + - uses: sbt/setup-sbt@v1 - uses: webfactory/ssh-agent@v0.9.0 if: ${{ github.repository_owner == 'foundweekends' && github.ref == 'refs/heads/develop' && github.event_name == 'push' }} with: