From 7b70fb2dd3256c8afc0d9ed03e328863aff01046 Mon Sep 17 00:00:00 2001 From: xuwei-k <6b656e6a69@gmail.com> Date: Sun, 22 Dec 2024 07:56:13 +0900 Subject: [PATCH] add sbt/setup-sbt action --- .github/workflows/ci.yml | 1 + .github/workflows/release.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a0921d6..5660b80 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,5 +21,6 @@ jobs: distribution: temurin java-version: ${{matrix.java}} cache: sbt + - uses: sbt/setup-sbt@v1 - name: Test run: sbt ++${{matrix.scala}} test doc package diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 57aa9dd..1e5360b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,6 +13,7 @@ jobs: with: distribution: temurin java-version: 8 + - uses: sbt/setup-sbt@v1 - run: sbt versionCheck ci-release env: PGP_PASSPHRASE: ${{secrets.PGP_PASSPHRASE}}