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: