File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -29,17 +29,20 @@ jobs:
29
29
- name : Configure git
30
30
run : " git config --global core.autocrlf false"
31
31
shell : bash
32
- - uses : actions/checkout@v4
32
+ - name : Checkout sources
33
+ uses : actions/checkout@v4
33
34
with :
34
35
fetch-depth : 300
35
36
- name : Fetch tags
36
37
run : git fetch --depth=300 origin +refs/tags/*:refs/tags/*
37
- - uses : coursier/cache-action@v6
38
- - uses : actions/setup-java@v4
38
+ - name : Cache SBT deps
39
+ uses : coursier/cache-action@v6
40
+ - name : Setup Scala with SBT
41
+ uses : coursier/setup-action@v1
39
42
with :
40
- distribution : " adopt "
41
- java-version : ${{ matrix.java }}
42
- - uses : actions/setup-node@v4
43
+ apps : sbt
44
+ - name : Setup Node.js
45
+ uses : actions/setup-node@v4
43
46
with :
44
47
node-version : 16
45
48
- name : Test and Check Binary Compatibility
You can’t perform that action at this time.
0 commit comments