CI: improve more ci worflow

This commit is contained in:
mahee96
2026-02-24 06:22:03 +05:30
parent 3a05485c40
commit 3d47d486ef
5 changed files with 216 additions and 160 deletions

View File

@@ -62,7 +62,7 @@ jobs:
uses: actions/cache/restore@v3
with:
path: |
~/Library/Alphaer/Xcode/DerivedData
~/Library/Developer/Xcode/DerivedData
~/Library/Caches/org.swift.swiftpm
key: xcode-build-cache-${{ github.ref_name }}-${{ github.sha }}
@@ -72,7 +72,7 @@ jobs:
uses: actions/cache/restore@v3
with:
path: |
~/Library/Alphaer/Xcode/DerivedData
~/Library/Developer/Xcode/DerivedData
~/Library/Caches/org.swift.swiftpm
key: xcode-build-cache-${{ github.ref_name }}-
@@ -117,7 +117,7 @@ jobs:
uses: actions/cache/save@v3
with:
path: |
~/Library/Alphaer/Xcode/DerivedData
~/Library/Developer/Xcode/DerivedData
~/Library/Caches/org.swift.swiftpm
key: xcode-build-cache-${{ github.ref_name }}-${{ github.sha }}