We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdfde6a commit 9202471Copy full SHA for 9202471
.github/workflows/build-plugin.yml
@@ -73,8 +73,8 @@ jobs:
73
74
- name: Resolve SPM dependencies
75
run: |
76
- # Clear stale SPM cache to avoid module resolution failures
77
- rm -rf ~/.spm-cache/checkouts ~/.spm-cache/artifacts
+ # Nuke entire SPM cache to avoid stale build artifacts
+ rm -rf ~/.spm-cache
78
xcodebuild -project TablePro.xcodeproj \
79
-target "${{ steps.plugin-info.outputs.target }}" \
80
-clonedSourcePackagesDirPath "$HOME/.spm-cache" \
0 commit comments