Skip to content

Commit 5b294a1

Browse files
committed
ci: clear SPM artifacts cache in release workflow
Match the fix from PR #119 for dev-build and tests workflows. The macos-26 runner image can pre-populate SPM binary artifact caches that cause Sparkle download failures.
1 parent ece3845 commit 5b294a1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ jobs:
4141
- name: Show Swift version
4242
run: swift --version
4343

44+
- name: Clear SPM artifacts cache
45+
run: rm -rf ~/Library/Caches/org.swift.swiftpm/artifacts
46+
4447
- name: Run unit tests
4548
run: swift test -q --skip KasetUITests
4649

0 commit comments

Comments
 (0)