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 2fce5df commit cff0ea7Copy full SHA for cff0ea7
.github/workflows/ci.yml
@@ -24,7 +24,7 @@ jobs:
24
strategy:
25
matrix:
26
os: [ubuntu-latest]
27
- scala: [2.13.4, 2.12.13]
+ scala: [2.13.4, 2.12.12]
28
java: [adopt@1.11]
29
runs-on: ${{ matrix.os }}
30
steps:
@@ -127,12 +127,12 @@ jobs:
127
tar xf targets.tar
128
rm targets.tar
129
130
- - name: Download target directories (2.12.13)
+ - name: Download target directories (2.12.12)
131
uses: actions/download-artifact@v2
132
with:
133
- name: target-${{ matrix.os }}-2.12.13-${{ matrix.java }}
+ name: target-${{ matrix.os }}-2.12.12-${{ matrix.java }}
134
135
- - name: Inflate target directories (2.12.13)
+ - name: Inflate target directories (2.12.12)
136
run: |
137
138
0 commit comments