ci: skip slower Bun cache restore on Windows

Co-authored-by: kiloconnect[bot] <240665456+kiloconnect[bot]@users.noreply.github.com>
This commit is contained in:
markijbema
2026-06-18 10:07:50 +00:00
parent dd426811c8
commit bbc5b7ef83
+1
View File
@@ -34,6 +34,7 @@ runs:
run: echo "dir=$(bun pm cache)" >> "$GITHUB_OUTPUT"
- name: Restore Bun dependencies
if: runner.os != 'Windows'
id: bun-cache
uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
with: