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: