ci: use useblacksmith/stickydisk on linux runners only (#13909)
This commit is contained in:
1
.github/actions/setup-bun/action.yml
vendored
1
.github/actions/setup-bun/action.yml
vendored
@@ -4,6 +4,7 @@ runs:
|
|||||||
using: "composite"
|
using: "composite"
|
||||||
steps:
|
steps:
|
||||||
- name: Mount Bun Cache
|
- name: Mount Bun Cache
|
||||||
|
if: ${{ runner.os == 'Linux' }}
|
||||||
uses: useblacksmith/stickydisk@v1
|
uses: useblacksmith/stickydisk@v1
|
||||||
with:
|
with:
|
||||||
key: ${{ github.repository }}-bun-cache-${{ runner.os }}
|
key: ${{ github.repository }}-bun-cache-${{ runner.os }}
|
||||||
|
|||||||
Reference in New Issue
Block a user