File tree Expand file tree Collapse file tree 1 file changed +7
-10
lines changed Expand file tree Collapse file tree 1 file changed +7
-10
lines changed Original file line number Diff line number Diff line change 1212 - ' LICENSE'
1313 - ' README.md'
1414 - ' .github/workflows/TagBot.yml'
15+
16+ # needed to allow julia-actions/cache to delete old caches that it has created
17+ permissions :
18+ actions : write
19+ contents : read
20+
1521jobs :
1622 test :
1723 name : Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ github.event_name }}
3137 - uses : julia-actions/setup-julia@v2
3238 with :
3339 version : ${{ matrix.version }}
34- - uses : actions/cache@v4
35- env :
36- cache-name : cache-artifacts
37- with :
38- path : ~/.julia/artifacts
39- key : ${{ runner.os }}-test-${{ env.cache-name }}-${{ hashFiles('**/Project.toml') }}
40- restore-keys : |
41- ${{ runner.os }}-test-${{ env.cache-name }}-
42- ${{ runner.os }}-test-
43- ${{ runner.os }}-
40+ - uses : julia-actions/cache@v2
4441 - uses : julia-actions/julia-buildpkg@v1
4542 - uses : julia-actions/julia-runtest@v1
4643 - uses : julia-actions/julia-processcoverage@v1
You can’t perform that action at this time.
0 commit comments