From baa8b86eb3a7c219017ef653507fefc2eef004ad Mon Sep 17 00:00:00 2001 From: Seth Tisue Date: Thu, 19 Dec 2024 08:01:01 -0800 Subject: [PATCH] fix CI for latest ubuntu-latest --- .github/workflows/release.yml | 1 + .github/workflows/validate.yml | 3 +++ 2 files changed, 4 insertions(+) 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