diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a7a5fa5..f56e082 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,6 +15,7 @@ jobs: distribution: temurin java-version: 8 cache: sbt + - uses: sbt/setup-sbt@v1 - run: sbt ci-release env: PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }} diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 47ca41f..db021a5 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -36,6 +36,9 @@ jobs: distribution: temurin java-version: ${{matrix.java}} + - name: Set up sbt + uses: sbt/setup-sbt@v1 + - name: Cache Coursier cache uses: coursier/cache-action@v6