From 4ffdc907d6a71a8ade7a658cea650f385851662b Mon Sep 17 00:00:00 2001 From: updraft0 <121029559+updraft0@users.noreply.github.com> Date: Wed, 12 Feb 2025 22:56:18 +0000 Subject: [PATCH] chore(ci): add setup-sbt in all places --- .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 aa52bc4..3bcd020 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,6 +31,7 @@ jobs: distribution: 'temurin' java-version: '21' cache: 'sbt' + - uses: sbt/setup-sbt@v1 - name: Set up Node uses: actions/setup-node@v4 with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 687f0c0..438a50b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -46,6 +46,7 @@ jobs: distribution: 'temurin' java-version: '21' cache: 'sbt' + - uses: sbt/setup-sbt@v1 - name: Set up Node uses: actions/setup-node@v4 with: