File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 8181 strategy :
8282 matrix :
8383 os : [ubuntu-latest]
84- scala : [2.12.17 ]
84+ scala : [2.12.16 ]
8585 java : [adopt-hotspot@8]
8686 runs-on : ${{ matrix.os }}
8787 steps :
@@ -109,12 +109,12 @@ jobs:
109109 ~/Library/Caches/Coursier/v1
110110 key : ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }}
111111
112- - name : Download target directories (2.12.16 )
112+ - name : Download target directories (2.12.17 )
113113 uses : actions/download-artifact@v2
114114 with :
115- name : target-${{ matrix.os }}-2.12.16 -${{ matrix.java }}
115+ name : target-${{ matrix.os }}-2.12.17 -${{ matrix.java }}
116116
117- - name : Inflate target directories (2.12.16 )
117+ - name : Inflate target directories (2.12.17 )
118118 run : |
119119 tar xf targets.tar
120120 rm targets.tar
You can’t perform that action at this time.
0 commit comments