We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c5ac901 + 09d467e commit d5cc568Copy full SHA for d5cc568
.github/workflows/ci.yml
@@ -23,11 +23,10 @@ jobs:
23
with:
24
node-version: ${{ matrix.node-version }}
25
- name: Set up JDK ${{ matrix.java }}
26
- uses: actions/setup-java@v3
+ uses: coursier/setup-action@v1
27
28
- distribution: 'adopt'
29
- java-version: ${{ matrix.java }}
30
- cache: 'sbt'
+ jvm: temurin:1.${{ matrix.java }}
+ apps: sbt
31
32
- name: Cache dependencies
33
uses: actions/cache@v3
0 commit comments