Skip to content

Commit 72860a5

Browse files
committed
CI: Busting binary cache
We kept getting, ``` Error: Unable to reserve cache with key build-darwin-arm64-ed94a82639847ed06afe84af9fb368d5dae34dfd4556ef0c864fc11b0b9f3b58, another job may be creating this cache. ``` As suggested here: oven-sh/setup-bun#45 (comment) ``` @xhyrom Does this comment help you with further investigation → shivammathur/cache-extensions#22 (comment) ? That one also mentions this one from actions/cache: actions/cache#485 (comment) ```
1 parent 7de8b27 commit 72860a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- uses: esy/github-action@6a5070d392db3e8c776724674737cab37c07263d
2424
with:
2525
source-cache-key: 20240511-1
26-
cache-key: ${{ hashFiles('esy.lock/index.json') }}
26+
cache-key: ${{ hashFiles('esy.lock/index.json') }}-20240511-1
2727
- name: Export esy cache
2828
run: esy export-dependencies
2929
- uses: actions/[email protected]

0 commit comments

Comments
 (0)