Skip to content

Commit 0e669b6

Browse files
authored
ci: use useblacksmith/stickydisk on linux runners only (anomalyco#13909)
1 parent 9163611 commit 0e669b6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/actions/setup-bun/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ runs:
44
using: "composite"
55
steps:
66
- name: Mount Bun Cache
7+
if: ${{ runner.os == 'Linux' }}
78
uses: useblacksmith/stickydisk@v1
89
with:
910
key: ${{ github.repository }}-bun-cache-${{ runner.os }}

0 commit comments

Comments
 (0)