File tree Expand file tree Collapse file tree 1 file changed +6
-10
lines changed Expand file tree Collapse file tree 1 file changed +6
-10
lines changed Original file line number Diff line number Diff line change 1818 - ' README.md'
1919 - ' .github/workflows/TagBot.yml'
2020
21+ # needed to allow julia-actions/cache to delete old caches that it has created
22+ permissions :
23+ actions : write
24+ contents : read
25+
2126jobs :
2227 pre_job :
2328 # continue-on-error: true # Uncomment once integration is finished
5055 - uses : julia-actions/setup-julia@v2
5156 with :
5257 version : ${{ matrix.version }}
53- - uses : actions/cache@v4
54- env :
55- cache-name : cache-artifacts
56- with :
57- path : ~/.julia/artifacts
58- key : ${{ runner.os }}-test-${{ env.cache-name }}-${{ hashFiles('**/Project.toml') }}
59- restore-keys : |
60- ${{ runner.os }}-test-${{ env.cache-name }}-
61- ${{ runner.os }}-test-
62- ${{ runner.os }}-
58+ - uses : julia-actions/cache@v2
6359 - uses : julia-actions/julia-buildpkg@v1
6460 - uses : julia-actions/julia-runtest@v1
6561 - uses : julia-actions/julia-processcoverage@v1
You can’t perform that action at this time.
0 commit comments