Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
pbernet committed May 21, 2024
1 parent 918d92d commit 43c4715
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,11 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
# https://github.com/coursier/setup-action
- name: Set up JDK 11
uses: olafurpg/setup-scala@v14
uses: coursier/setup-action@v1
with:
java-version: adopt@1.11
jvm: adopt:11
apps: sbtn
- name: Build and Test
run: sbt -v +test

0 comments on commit 43c4715

Please sign in to comment.