mirror of
https://github.com/actions/cache.git
synced 2026-01-12 16:43:07 +08:00
Compare commits
7 Commits
45549e1caa
...
4f619a1cbb
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4f619a1cbb | ||
|
|
53aa38c736 | ||
|
|
5a4997fe7e | ||
|
|
492beac473 | ||
|
|
8832a84d24 | ||
|
|
597823910f | ||
|
|
cb2f319763 |
@ -102,7 +102,7 @@ The [GitHub Context](https://docs.github.com/en/actions/learn-github-actions/con
|
||||
|
||||
While setting paths for caching dependencies it is important to give correct path depending on the hosted runner you are using or whether the action is running in a container job. Assigning different `path` for save and restore will result in cache miss.
|
||||
|
||||
Below are GiHub hosted runner specific paths one should take care of when writing a workflow which saves/restores caches across OS.
|
||||
Below are GitHub hosted runner specific paths one should take care of when writing a workflow which saves/restores caches across OS.
|
||||
|
||||
#### Ubuntu Paths
|
||||
|
||||
|
||||
@ -454,7 +454,7 @@ Esy allows you to export built dependencies and import pre-built dependencies.
|
||||
|
||||
## Python - pip
|
||||
|
||||
For pip, the cache directory will vary by OS. See https://pip.pypa.io/en/stable/reference/pip_install/#caching
|
||||
For pip, the cache directory will vary by OS. See https://pip.pypa.io/en/stable/topics/caching/
|
||||
|
||||
Locations:
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user