ci: include arch in bun dep cache key #163

Merged
t.behrendt merged 1 commits from ci-fix-include-arch-in-cache-key into main 2026-08-06 21:07:36 +02:00
+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'