diff options
| author | Luke Parker <[email protected]> | 2026-02-06 12:15:34 +1000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-02-05 20:15:34 -0600 |
| commit | 8bf97ef9e5a4039e80bfb3d565d4718da6114afd (patch) | |
| tree | 529b50011898a42556d51076ebc567a1a86cb126 /.github/actions | |
| parent | 683d234d805e4d1097751d3cd583117856e41de5 (diff) | |
| download | opencode-8bf97ef9e5a4039e80bfb3d565d4718da6114afd.tar.gz opencode-8bf97ef9e5a4039e80bfb3d565d4718da6114afd.zip | |
chore: align windows test runner to blacksmith (#12364)
Diffstat (limited to '.github/actions')
| -rw-r--r-- | .github/actions/setup-bun/action.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/actions/setup-bun/action.yml b/.github/actions/setup-bun/action.yml index 7584334a7..65fbf0f3d 100644 --- a/.github/actions/setup-bun/action.yml +++ b/.github/actions/setup-bun/action.yml @@ -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 |
