Skip to content

Commit

Permalink
Add missing setup-sbt calls
Browse files Browse the repository at this point in the history
  • Loading branch information
thesamet committed Dec 20, 2024
1 parent aa57f4b commit c2998aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
with:
java-version: 11
distribution: temurin
- uses: actions/setup-sbt@v1
- uses: actions/setup-node@v4
with:
node-version: '12.x'
Expand Down Expand Up @@ -87,6 +88,7 @@ jobs:
with:
java-version: 8
distribution: temurin
- uses: actions/setup-sbt@v1
- run: |
sbt scalapbcJVM2_12/universal:packageBin
- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit c2998aa

Please sign in to comment.