Skip to content

Commit

Permalink
Merge pull request #6 from evolution-gaming/m/use-Oracle-JDK-for-build
Browse files Browse the repository at this point in the history
use Oracle JDK for build
  • Loading branch information
mr-git committed Apr 29, 2024
2 parents e58cd22 + 2d70dd7 commit f4514bd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:

- uses: coursier/cache-action@v6

- name: Setup Java
uses: actions/setup-java@v3
- name: setup Java and SBT
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
distribution: 'oracle'
cache: 'sbt'

- name: build ${{ matrix.scala }}
Expand Down

0 comments on commit f4514bd

Please sign in to comment.