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 c9911eb commit b87293aCopy full SHA for b87293a
.github/workflows/ci.yml
@@ -14,7 +14,7 @@ jobs:
14
- uses: actions/checkout@v2
15
- uses: maxim-lobanov/setup-xcode@v1
16
with:
17
- xcode-version: '16.2.0'
+ xcode-version: '14.3.1'
18
- uses: actions/cache@v4
19
id: carthage-cache
20
.github/workflows/release.yml
@@ -39,7 +39,11 @@ jobs:
39
40
41
42
43
+ - name: Clear Carthage cache
44
+ run: |
45
+ echo "🧹 Clearing Carthage caches for clean build..."
46
+ rm -rf ~/Library/Caches/org.carthage.CarthageKit
47
- name: build
48
env:
49
GITHUB_TOKEN: ${{ secrets.PUSHER_CI_GITHUB_PRIVATE_TOKEN }}
0 commit comments