Skip to content

Commit 3da5b34

Browse files
authored
use setup-java instead of setup-scala (#159)
1 parent 6c1a380 commit 3da5b34

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,10 @@ jobs:
1717
- name: Checkout
1818
uses: actions/checkout@v2
1919
- name: Setup
20-
uses: olafurpg/setup-scala@v10
20+
uses: actions/setup-java@v3
2121
with:
22-
java-version: "adopt@1.${{ matrix.java }}"
22+
distribution: adopt
23+
java-version: ${{ matrix.java }}
2324
- name: Coursier cache
2425
uses: coursier/cache-action@v5
2526
- name: Build and test

0 commit comments

Comments
 (0)