Skip to content

Commit c903313

Browse files
committed
Removed CI caches
1 parent 0a030b1 commit c903313

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/CI.yml

-10
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,6 @@ jobs:
2525
with:
2626
version: ${{ matrix.version }}
2727
arch: ${{ matrix.arch }}
28-
- uses: actions/cache@v1
29-
env:
30-
cache-name: cache-artifacts
31-
with:
32-
path: ~/.julia/artifacts
33-
key: ${{ runner.os }}-test-${{ env.cache-name }}-${{ hashFiles('**/Project.toml') }}
34-
restore-keys: |
35-
${{ runner.os }}-test-${{ env.cache-name }}-
36-
${{ runner.os }}-test-
37-
${{ runner.os }}-
3828
- uses: julia-actions/julia-buildpkg@v1
3929
- uses: julia-actions/julia-runtest@v1
4030
- uses: julia-actions/julia-processcoverage@v1

0 commit comments

Comments
 (0)