We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c9ac93 commit b66d89dCopy full SHA for b66d89d
README.md
@@ -21,7 +21,9 @@ This action is based on [actions/cache](https://github.com/actions/cache).
21
* The store may contain useless paths from previous runs.
22
* This action allows to limit nix store size (see [Configuration](#configuration)).
23
24
-1. `cache-nix-action` saves a new cache.
+1. `cache-nix-action` saves a new cache when there's no cache hit.
25
+ * Saving a cache takes time.
26
+ * There may be no cache hit when an old matching cache was purged.
27
28
## Limitations
29
0 commit comments