Add option to cache precompilation cache (#38)

See #11
This commit is contained in:
Sascha Mann
2023-01-05 18:35:07 +01:00
committed by GitHub
parent a96f53eeda
commit 6bbc93575c
2 changed files with 7 additions and 1 deletions

View File

@@ -40,6 +40,7 @@ That is why caching the registries is disabled by default.
- `cache-artifacts` - Whether to cache `~/.julia/artifacts/`. Enabled by default.
- `cache-packages` - Whether to cache `~/.julia/packages/`. Enabled by default.
- `cache-registries` - Whether to cache `~/.julia/registries/`. Disabled by default.
- `cache-compiled` - Whether to cache `~/.julia/compiled/`. Disabled by default. **USE ONLY IF YOU KNOW WHAT YOU'RE DOING!** See [#11](https://github.com/julia-actions/cache/issues/11).
### Outputs