diff options
| author | Goni Zahavy <[email protected]> | 2026-02-17 02:27:04 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-02-16 18:27:04 -0600 |
| commit | 0e669b6016526d8966aae6ef548140765c93be9d (patch) | |
| tree | bc32575f3eb44eb6a92293c0e59525e6695e2a96 | |
| parent | 9163611989678e7d8b585003655b6c8863e81f97 (diff) | |
| download | opencode-0e669b6016526d8966aae6ef548140765c93be9d.tar.gz opencode-0e669b6016526d8966aae6ef548140765c93be9d.zip | |
ci: use `useblacksmith/stickydisk` on linux runners only (#13909)
| -rw-r--r-- | .github/actions/setup-bun/action.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/actions/setup-bun/action.yml b/.github/actions/setup-bun/action.yml index 65fbf0f3d..8cf87c5d8 100644 --- a/.github/actions/setup-bun/action.yml +++ b/.github/actions/setup-bun/action.yml @@ -4,6 +4,7 @@ runs: using: "composite" steps: - name: Mount Bun Cache + if: ${{ runner.os == 'Linux' }} uses: useblacksmith/stickydisk@v1 with: key: ${{ github.repository }}-bun-cache-${{ runner.os }} |
