File tree Expand file tree Collapse file tree 2 files changed +2
-10
lines changed Expand file tree Collapse file tree 2 files changed +2
-10
lines changed Original file line number Diff line number Diff line change 3838 with :
3939 version : ${{ matrix.version }}
4040 arch : ${{ matrix.arch }}
41- - uses : actions/cache@v4
42- env :
43- cache-name : cache-artifacts
44- with :
45- path : ~/.julia/artifacts
46- key : ${{ runner.os }}-test-${{ env.cache-name }}-${{ hashFiles('**/Project.toml') }}
47- restore-keys : |
48- ${{ runner.os }}-test-${{ env.cache-name }}-
49- ${{ runner.os }}-test-
50- ${{ runner.os }}-
41+ - uses : julia-actions/cache@v2
5142 - uses : julia-actions/julia-buildpkg@v1
5243 - uses : julia-actions/julia-runtest@v1
5344 - uses : julia-actions/julia-processcoverage@v1
Original file line number Diff line number Diff line change 2222 uses : julia-actions/setup-julia@v2
2323 with :
2424 version : ' 1'
25+ - uses : julia-actions/cache@v2
2526 - name : Setup JuliaFormatter
2627 run : |
2728 julia -e '
You can’t perform that action at this time.
0 commit comments