Skip to content

Commit 6a3e6fc

Browse files
Fix prerequisites
1 parent 9cb476f commit 6a3e6fc

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -14,22 +14,10 @@ jobs:
1414
- name: Checkout code
1515
uses: actions/checkout@v4
1616

17-
- name: Set up JDK ${{ matrix.java-version }}
18-
uses: actions/setup-java@v4
17+
- name: Setup Scala and SBT
18+
uses: olafurpg/setup-scala@v14
1919
with:
2020
java-version: ${{ matrix.java-version }}
21-
distribution: 'temurin'
22-
23-
- name: Cache SBT dependencies
24-
uses: actions/cache@v4
25-
with:
26-
path: |
27-
~/.ivy2/cache
28-
~/.sbt
29-
~/.coursier/cache
30-
key: ${{ runner.os }}-sbt-${{ hashFiles('**/build.sbt', 'project/build.properties', 'project/plugins.sbt') }}
31-
restore-keys: |
32-
${{ runner.os }}-sbt-
3321

3422
- name: Install jq
3523
run: sudo apt-get update && sudo apt-get install -y jq

0 commit comments

Comments
 (0)