Skip to content

Commit a3e8d95

Browse files
authored
Update CI.yml
1 parent ceef112 commit a3e8d95

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -31,16 +31,7 @@ jobs:
3131
with:
3232
version: ${{ matrix.version }}
3333
arch: ${{ matrix.arch }}
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 }}-
34+
- uses: julia-actions/cache@v2
4435
- uses: julia-actions/julia-buildpkg@v1
4536
- uses: julia-actions/julia-runtest@v1
4637
- uses: julia-actions/julia-processcoverage@v1

0 commit comments

Comments
 (0)