File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,14 +35,14 @@ jobs:
3535 - macos-11
3636 - macos-12
3737 - windows-2022
38- scala : [3.3.3 , 2.13.12]
38+ scala : [3.3.7 , 2.13.12]
3939 java : [temurin@17]
4040 project : [rootJVM, rootNative]
4141 include :
4242 - os : ubuntu-latest
4343 experimental : yes
4444 exclude :
45- - scala : 3.3.3
45+ - scala : 3.3.7
4646 os : windows-2022
4747 - project : rootJVM
4848 runs-on : ${{ matrix.os }}
@@ -247,12 +247,12 @@ jobs:
247247 vcpkg install --triplet x64-windows curl
248248 cp "C:\vcpkg\installed\x64-windows\lib\libcurl.lib" "C:\vcpkg\installed\x64-windows\lib\curl.lib"
249249
250- - name : Download target directories (3.3.3 , rootNative)
250+ - name : Download target directories (3.3.7 , rootNative)
251251 uses : actions/download-artifact@v3
252252 with :
253- name : target-${{ matrix.os }}-${{ matrix.java }}-3.3.3 -rootNative
253+ name : target-${{ matrix.os }}-${{ matrix.java }}-3.3.7 -rootNative
254254
255- - name : Inflate target directories (3.3.3 , rootNative)
255+ - name : Inflate target directories (3.3.7 , rootNative)
256256 run : |
257257 tar xf targets.tar
258258 rm targets.tar
You can’t perform that action at this time.
0 commit comments