Skip to content

Commit

Permalink
Merge pull request #100 from kmizu/pr/install-sbt
Browse files Browse the repository at this point in the history
Fix CI to install sbt
  • Loading branch information
kmizu authored Dec 22, 2024
2 parents d3d0661 + 53d4415 commit e1c3a65
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/scala.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Install sbt
- uses: sbt/setup-sbt@v1
- uses: actions/checkout@v4
- name: Set up JDK 21
uses: actions/setup-java@v4
Expand Down

0 comments on commit e1c3a65

Please sign in to comment.