Skip to content

Commit

Permalink
Try fixing CI: sbt: command not found
Browse files Browse the repository at this point in the history
  • Loading branch information
pme123 committed Jan 8, 2025
1 parent 05fd213 commit 5e5b9b7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
distribution: temurin
java-version: 21
cache: sbt
- name: Install sbt
uses: sbt/setup-sbt@v1
- name: Compile
run: sbt compile
- name: Test
Expand Down

0 comments on commit 5e5b9b7

Please sign in to comment.