mirror of
https://github.com/yattee/yattee.git
synced 2025-12-07 08:38:14 +00:00
Fix GitHub Actions build by clearing SPM cache
This commit is contained in:
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@@ -42,6 +42,8 @@ jobs:
|
|||||||
- uses: maxim-lobanov/setup-xcode@v1
|
- uses: maxim-lobanov/setup-xcode@v1
|
||||||
with:
|
with:
|
||||||
xcode-version: '26.0.1'
|
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
|
- uses: maierj/fastlane-action@v3.0.0
|
||||||
with:
|
with:
|
||||||
lane: ${{ matrix.lane }}
|
lane: ${{ matrix.lane }}
|
||||||
@@ -67,6 +69,8 @@ jobs:
|
|||||||
- uses: maxim-lobanov/setup-xcode@v1
|
- uses: maxim-lobanov/setup-xcode@v1
|
||||||
with:
|
with:
|
||||||
xcode-version: '26.0.1'
|
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
|
- uses: maierj/fastlane-action@v3.0.0
|
||||||
with:
|
with:
|
||||||
lane: mac build_and_notarize
|
lane: mac build_and_notarize
|
||||||
|
|||||||
Reference in New Issue
Block a user