julia-actions / cache

A shortcut action to cache Julia artifacts, packages, and registries.
MIT License
38 stars 8 forks source link

Optionally cache scratchspaces #51

Closed giordano closed 9 months ago

giordano commented 1 year ago

Scratch.jl allows creating a temporary area (${depot}/scratchspaces) where to write some data needed by packages, without touching the package directory. It'd be useful to optionally being able to cache it.