diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a4512ecba..dff02a4de 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,6 +44,8 @@ jobs: distribution: temurin java-version: ${{ matrix.java }} cache: sbt + - name: Setup SBT + uses: sbt/setup-sbt@v1 - name: Build and test (1) if: ${{ matrix.jobtype == 1 }} shell: bash