Skip to content

Commit 9202471

Browse files
committed
fix: nuke entire SPM cache to clear stale build artifacts
1 parent cdfde6a commit 9202471

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-plugin.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ jobs:
7373

7474
- name: Resolve SPM dependencies
7575
run: |
76-
# Clear stale SPM cache to avoid module resolution failures
77-
rm -rf ~/.spm-cache/checkouts ~/.spm-cache/artifacts
76+
# Nuke entire SPM cache to avoid stale build artifacts
77+
rm -rf ~/.spm-cache
7878
xcodebuild -project TablePro.xcodeproj \
7979
-target "${{ steps.plugin-info.outputs.target }}" \
8080
-clonedSourcePackagesDirPath "$HOME/.spm-cache" \

0 commit comments

Comments
 (0)