Skip to content

Commit

Permalink
use setup-java instead of setup-scala (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
xuwei-k authored Oct 4, 2023
1 parent 6c1a380 commit 3da5b34
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Setup
uses: olafurpg/setup-scala@v10
uses: actions/setup-java@v3
with:
java-version: "adopt@1.${{ matrix.java }}"
distribution: adopt
java-version: ${{ matrix.java }}
- name: Coursier cache
uses: coursier/cache-action@v5
- name: Build and test
Expand Down

0 comments on commit 3da5b34

Please sign in to comment.