ci: include arch in bun dep cache key
CI / Build check (pull_request) Successful in 15s
CI / Test (pull_request) Successful in 3m47s

This commit is contained in:
2026-08-06 21:02:55 +02:00
parent 08fb209b72
commit 4009b18c90
+1 -1
View File
@@ -24,7 +24,7 @@ jobs:
with:
path: |
node_modules
key: ${{ runner.os }}-bun-${{ hashFiles('bun.lockb') }}
key: ${{ runner.os }}-${{ runner.arch }}-bun-${{ hashFiles('bun.lockb') }}
- name: Install dependencies
if: steps.cache-deps.outputs.cache-hit != 'true'