Compare commits

...

9 Commits

Author SHA1 Message Date
Palash Tyagi
1e280652ea
Merge e105a51cd7 into 5656298164 2026-02-26 11:33:01 +00:00
Ryan Ghadimi
5656298164
Merge pull request #1722 from RyPeck/patch-1
Fix cache key in examples.md for bun.lock
2026-02-24 14:21:04 +00:00
Ryan Peck
4e380d19e1
Fix cache key in examples.md for bun.lock
Updated cache key to use 'bun.lock' instead of 'bun.lockb' for consistency.
2026-02-24 09:11:36 -05:00
Palash Tyagi
e105a51cd7
Merge branch 'main' into Magnus167docs-pypi-link-update 2025-08-20 11:58:44 +01:00
Palash Tyagi
5a4997fe7e
Merge branch 'main' into Magnus167docs-pypi-link-update 2024-04-02 12:28:32 +01:00
Palash Tyagi
492beac473
Merge branch 'main' into Magnus167docs-pypi-link-update 2024-02-18 06:51:56 +00:00
Palash Tyagi
8832a84d24
Merge branch 'main' into Magnus167docs-pypi-link-update 2024-01-12 17:00:45 +00:00
Palash Tyagi
597823910f updated pip's caching docs link 2023-10-01 03:03:50 +00:00
Palash Tyagi
cb2f319763
Update examples.md 2023-10-01 03:50:57 +01:00

View File

@ -49,7 +49,7 @@
with:
path: |
~/.bun/install/cache
key: ${{ runner.os }}-bun-${{ hashFiles('**/bun.lockb') }}
key: ${{ runner.os }}-bun-${{ hashFiles('**/bun.lock') }}
```
### Windows
@ -59,7 +59,7 @@
with:
path: |
~\.bun
key: ${{ runner.os }}-bun-${{ hashFiles('**/bun.lockb') }}
key: ${{ runner.os }}-bun-${{ hashFiles('**/bun.lock') }}
```
## C# - NuGet
@ -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: