File tree Expand file tree Collapse file tree 2 files changed +2
-22
lines changed Expand file tree Collapse file tree 2 files changed +2
-22
lines changed Original file line number Diff line number Diff line change 2929 with :
3030 version : ${{ matrix.version }}
3131 arch : ${{ matrix.arch }}
32- - uses : actions/cache@v4
33- env :
34- cache-name : cache-artifacts
35- with :
36- path : ~/.julia/artifacts
37- key : ${{ runner.os }}-${{ matrix.arch }}-test-${{ env.cache-name }}-${{ hashFiles('**/Project.toml') }}
38- restore-keys : |
39- ${{ runner.os }}-${{ matrix.arch }}-test-${{ env.cache-name }}-
40- ${{ runner.os }}-${{ matrix.arch }}-test-
41- ${{ runner.os }}-${{ matrix.arch }}-
42- ${{ runner.os }}-
32+ - uses : julia-actions/cache@v2
4333 - uses : julia-actions/julia-buildpkg@v1
4434 - uses : julia-actions/julia-runtest@v1
4535# - uses: julia-actions/julia-processcoverage@v1
Original file line number Diff line number Diff line change 2828 with :
2929 version : ${{ matrix.version }}
3030 arch : ${{ matrix.arch }}
31- - uses : actions/cache@v4
32- env :
33- cache-name : cache-artifacts
34- with :
35- path : ~/.julia/artifacts
36- key : ${{ runner.os }}-${{ matrix.arch }}-test-${{ env.cache-name }}-${{ hashFiles('**/Project.toml') }}
37- restore-keys : |
38- ${{ runner.os }}-${{ matrix.arch }}-test-${{ env.cache-name }}-
39- ${{ runner.os }}-${{ matrix.arch }}-test-
40- ${{ runner.os }}-${{ matrix.arch }}-
41- ${{ runner.os }}-
31+ - uses : julia-actions/cache@v2
4232 - uses : julia-actions/julia-buildpkg@v1
4333 - uses : julia-actions/julia-runtest@v1
4434 - uses : julia-actions/julia-processcoverage@v1
You can’t perform that action at this time.
0 commit comments