Skip to content

Commit

Permalink
fix deploy action due to missing sbt in GH runner Ubuntu 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
memo33 committed Oct 13, 2024
1 parent 414574a commit 7e5bcd8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/scala.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,12 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Set up JDK 17
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
cache: 'sbt'
- uses: sbt/setup-sbt@v1
- name: Compile
run: sbt compile
- name: Run tests
Expand Down

0 comments on commit 7e5bcd8

Please sign in to comment.