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 18
18
- ' README.md'
19
19
- ' .github/workflows/TagBot.yml'
20
20
21
+ # needed to allow julia-actions/cache to delete old caches that it has created
22
+ permissions :
23
+ actions : write
24
+ contents : read
25
+
21
26
jobs :
22
27
pre_job :
23
28
# continue-on-error: true # Uncomment once integration is finished
50
55
- uses : julia-actions/setup-julia@v2
51
56
with :
52
57
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
63
59
- uses : julia-actions/julia-buildpkg@v1
64
60
- uses : julia-actions/julia-runtest@v1
65
61
- uses : julia-actions/julia-processcoverage@v1
You can’t perform that action at this time.
0 commit comments