We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
useblacksmith/stickydisk
1 parent 9163611 commit 0e669b6Copy full SHA for 0e669b6
1 file changed
.github/actions/setup-bun/action.yml
@@ -4,6 +4,7 @@ runs:
4
using: "composite"
5
steps:
6
- name: Mount Bun Cache
7
+ if: ${{ runner.os == 'Linux' }}
8
uses: useblacksmith/stickydisk@v1
9
with:
10
key: ${{ github.repository }}-bun-cache-${{ runner.os }}
0 commit comments