Skip to content

Commit f6f35b2

Browse files
author
Aegis-AI
committed
ci: bump SPM cache to v2 to fix stale workspace-state.json pathing override
1 parent 093531a commit f6f35b2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ jobs:
3030
uses: actions/cache@v4
3131
with:
3232
path: .build
33-
key: ${{ runner.os }}-spm-v1-${{ hashFiles('Package.resolved') }}
33+
key: ${{ runner.os }}-spm-v2-${{ hashFiles('Package.resolved') }}
3434
restore-keys: |
35-
${{ runner.os }}-spm-v1-
35+
${{ runner.os }}-spm-v2-
3636
3737
- name: Clear stale module cache
3838
run: find .build -type d -name ModuleCache -exec rm -rf {} + 2>/dev/null || true

0 commit comments

Comments
 (0)