Skip to content

Commit

Permalink
Merge pull request #8 from dwickern/fix-ci-macos
Browse files Browse the repository at this point in the history
replace setup-java with coursier/setup-action
  • Loading branch information
dwickern committed May 8, 2024
2 parents 9a6ba67 + 70c82fe commit 3dc3426
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,14 @@ jobs:
- name: Checkout
uses: actions/checkout@v2

- name: Set up JDK 11
uses: actions/setup-java@v4
- name: Restore cache
uses: coursier/cache-action@v6

- name: Setup Java & Scala
uses: coursier/setup-action@v1
with:
java-version: '11'
distribution: 'temurin'
cache: 'sbt'
jvm: 11
apps: sbt

- name: Run tests
run: sbt test scripted

0 comments on commit 3dc3426

Please sign in to comment.