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 b2db292 commit 05fd213
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,13 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Coursier Cache
uses: coursier/cache-action@v6
uses: coursier/cache-action@v6
- name: Setup JDK
uses: coursier/setup-action@v1
uses: actions/setup-java@v4
with:
jvm: zulu:21
distribution: temurin
java-version: 21
cache: sbt
- name: Compile
run: sbt compile
- name: Test
Expand Down

0 comments on commit 05fd213

Please sign in to comment.