mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-29 04:59:51 +00:00
chore: align windows test runner to blacksmith (#12364)
This commit is contained in:
parent
683d234d80
commit
8bf97ef9e5
2 changed files with 2 additions and 2 deletions
2
.github/actions/setup-bun/action.yml
vendored
2
.github/actions/setup-bun/action.yml
vendored
|
|
@ -6,7 +6,7 @@ runs:
|
|||
- name: Mount Bun Cache
|
||||
uses: useblacksmith/stickydisk@v1
|
||||
with:
|
||||
key: ${{ github.repository }}-bun-cache
|
||||
key: ${{ github.repository }}-bun-cache-${{ runner.os }}
|
||||
path: ~/.bun
|
||||
|
||||
- name: Setup Bun
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue