1
0
Fork 0
mirror of https://code.forgejo.org/actions/cache.git synced 2025-03-31 20:17:48 +02:00

Fix Bun Windows example

This commit is contained in:
Jan T. Sott 2024-10-03 22:58:39 +02:00
parent e3a9678429
commit 4622227c9c

View file

@ -58,9 +58,8 @@
- uses: actions/cache@v4
with:
path: |
~\.deno
~\AppData\Local\deno
key: ${{ runner.os }}-deno-${{ hashFiles('**/deps.ts') }}
~\.bun
key: ${{ runner.os }}-bun-${{ hashFiles('**/bun.lockb') }}
```
## C# - NuGet