From 2f0966973c9b647432bd05c1a585e1efabd8b39d Mon Sep 17 00:00:00 2001 From: Arkadiusz Fal Date: Sat, 15 Nov 2025 21:22:11 +0100 Subject: [PATCH] Fix GitHub Actions build by clearing SPM cache --- .github/workflows/release.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6899917b..95137f05 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -42,6 +42,8 @@ jobs: - uses: maxim-lobanov/setup-xcode@v1 with: xcode-version: '26.0.1' + - name: Clear SPM cache + run: rm -rf ~/Library/Caches/org.swift.swiftpm/artifacts - uses: maierj/fastlane-action@v3.0.0 with: lane: ${{ matrix.lane }} @@ -67,6 +69,8 @@ jobs: - uses: maxim-lobanov/setup-xcode@v1 with: xcode-version: '26.0.1' + - name: Clear SPM cache + run: rm -rf ~/Library/Caches/org.swift.swiftpm/artifacts - uses: maierj/fastlane-action@v3.0.0 with: lane: mac build_and_notarize