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.
1 parent 9cb476f commit 6a3e6fcCopy full SHA for 6a3e6fc
.github/workflows/ci.yml
@@ -14,22 +14,10 @@ jobs:
14
- name: Checkout code
15
uses: actions/checkout@v4
16
17
- - name: Set up JDK ${{ matrix.java-version }}
18
- uses: actions/setup-java@v4
+ - name: Setup Scala and SBT
+ uses: olafurpg/setup-scala@v14
19
with:
20
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-
33
34
- name: Install jq
35
run: sudo apt-get update && sudo apt-get install -y jq
0 commit comments