Skip to content

Commit

Permalink
CI SBT action usage
Browse files Browse the repository at this point in the history
  • Loading branch information
pomadchin committed Oct 28, 2024
1 parent 3a042b7 commit 37db4c1
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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' }}
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 37db4c1

Please sign in to comment.