Skip to content

Commit

Permalink
Add explicitly a SBT installation step during setup (#5180)
Browse files Browse the repository at this point in the history
Co-authored-by: Simon Dumas <[email protected]>
  • Loading branch information
imsdu and Simon Dumas authored Oct 14, 2024
1 parent 941bcf6 commit be23e29
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
distribution: 'temurin'
java-version: '17'
check-latest: true
- name: Setup SBT
uses: sbt/setup-sbt@v1
- name: Checkout
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit be23e29

Please sign in to comment.