Skip to content

Commit

Permalink
ci: setup sbt
Browse files Browse the repository at this point in the history
temporary fix until zio/zio-sbt#443 is merged
  • Loading branch information
scarf005 committed Dec 28, 2024
1 parent bfbff18 commit 1a871df
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
distribution: temurin
java-version: 17
check-latest: true
- name: Setup Sbt
uses: sbt/setup-sbt@v1
- name: Check artifacts build process
run: sbt +publishLocal
- name: Check website build process
Expand All @@ -46,6 +48,8 @@ jobs:
distribution: temurin
java-version: 17
check-latest: true
- name: Setup Sbt
uses: sbt/setup-sbt@v1
- name: Setup NodeJs
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit 1a871df

Please sign in to comment.