mirror of
https://github.com/actions/cache.git
synced 2026-03-01 08:11:03 +08:00
Compare commits
9 Commits
83bbbba3e9
...
1e280652ea
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1e280652ea | ||
|
|
5656298164 | ||
|
|
4e380d19e1 | ||
|
|
e105a51cd7 | ||
|
|
5a4997fe7e | ||
|
|
492beac473 | ||
|
|
8832a84d24 | ||
|
|
597823910f | ||
|
|
cb2f319763 |
@ -49,7 +49,7 @@
|
|||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
~/.bun/install/cache
|
~/.bun/install/cache
|
||||||
key: ${{ runner.os }}-bun-${{ hashFiles('**/bun.lockb') }}
|
key: ${{ runner.os }}-bun-${{ hashFiles('**/bun.lock') }}
|
||||||
```
|
```
|
||||||
|
|
||||||
### Windows
|
### Windows
|
||||||
@ -59,7 +59,7 @@
|
|||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
~\.bun
|
~\.bun
|
||||||
key: ${{ runner.os }}-bun-${{ hashFiles('**/bun.lockb') }}
|
key: ${{ runner.os }}-bun-${{ hashFiles('**/bun.lock') }}
|
||||||
```
|
```
|
||||||
|
|
||||||
## C# - NuGet
|
## C# - NuGet
|
||||||
@ -454,7 +454,7 @@ Esy allows you to export built dependencies and import pre-built dependencies.
|
|||||||
|
|
||||||
## Python - pip
|
## 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:
|
Locations:
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user