From 37db4c1e05afda85959a14646a84c2da4aa2d5e6 Mon Sep 17 00:00:00 2001 From: Grigory Pomadchin Date: Sun, 27 Oct 2024 23:40:12 -0400 Subject: [PATCH] CI SBT action usage --- .github/workflows/ci.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1933600..863a226 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,8 +27,8 @@ jobs: distribution: ${{ matrix.distribution }} java-version: ${{ matrix.java }} - - run: brew install sbt - if: ${{ matrix.os == 'macos-latest' }} + - name: Install sbt + uses: sbt/setup-sbt@v1 - run: python3 -m pip install --break-system-packages meson ninja if: ${{ matrix.os == 'macos-latest' }} @@ -62,6 +62,9 @@ jobs: distribution: ${{ matrix.distribution }} java-version: ${{ matrix.java }} + - name: Install sbt + uses: sbt/setup-sbt@v1 + - name: Release run: sbt ci-release env: