Skip to content

Commit

Permalink
Add setup sbt action
Browse files Browse the repository at this point in the history
  • Loading branch information
lenguyenthanh authored Dec 28, 2024
1 parent 2fe7576 commit 4bcabc5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@ jobs:

- name: Checkout current branch
uses: actions/checkout@v4


- name: Setup sbt
uses: sbt/setup-sbt@v1

- name: Setup JVM
uses: actions/setup-java@v4
with:
Expand Down

0 comments on commit 4bcabc5

Please sign in to comment.