mirror of
https://github.com/actions/cache.git
synced 2026-03-13 00:54:09 +08:00
Merge pull request #1722 from RyPeck/patch-1
Some checks failed
Tests / test-save (ubuntu-latest) (push) Successful in 7s
License check / Check licenses (push) Failing after 47s
Tests / build (ubuntu-latest) (push) Successful in 49s
Tests / test-proxy-save (push) Failing after 1m21s
Tests / test-proxy-restore (push) Has been skipped
Tests / build (macOS-latest) (push) Has been cancelled
Tests / build (windows-latest) (push) Has been cancelled
Tests / test-save (macOS-latest) (push) Has been cancelled
Tests / test-save (windows-latest) (push) Has been cancelled
Tests / test-restore (macOS-latest) (push) Has been cancelled
Tests / test-restore (ubuntu-latest) (push) Has been cancelled
Tests / test-restore (windows-latest) (push) Has been cancelled
Code scanning / CodeQL-Build (push) Failing after 21s
Close inactive issues / close-issues (push) Successful in 6s
Some checks failed
Tests / test-save (ubuntu-latest) (push) Successful in 7s
License check / Check licenses (push) Failing after 47s
Tests / build (ubuntu-latest) (push) Successful in 49s
Tests / test-proxy-save (push) Failing after 1m21s
Tests / test-proxy-restore (push) Has been skipped
Tests / build (macOS-latest) (push) Has been cancelled
Tests / build (windows-latest) (push) Has been cancelled
Tests / test-save (macOS-latest) (push) Has been cancelled
Tests / test-save (windows-latest) (push) Has been cancelled
Tests / test-restore (macOS-latest) (push) Has been cancelled
Tests / test-restore (ubuntu-latest) (push) Has been cancelled
Tests / test-restore (windows-latest) (push) Has been cancelled
Code scanning / CodeQL-Build (push) Failing after 21s
Close inactive issues / close-issues (push) Successful in 6s
Fix cache key in examples.md for bun.lock
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user