Skip to content

Commit

Permalink
CI - Fix SPM Cache Directory (jellyfin#896)
Browse files Browse the repository at this point in the history
  • Loading branch information
chickdan authored Oct 30, 2023
1 parent 18b06ff commit b538af6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Cache Swift packages
uses: actions/cache@v3
with:
path: .build
path: PackageCache
key: ${{ runner.os }}-${{ matrix.scheme }}-spm-${{ hashFiles('**/Package.resolved') }}
restore-keys: ${{ runner.os }}-${{ matrix.scheme }}-spm-

Expand All @@ -57,5 +57,6 @@ jobs:
command: |
xcodebuild build -project "Swiftfin.xcodeproj" \
-scheme "${{ matrix.scheme }}" \
-clonedSourcePackagesDirPath PackageCache \
CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO CODE_SIGNING_ALLOWED=NO

0 comments on commit b538af6

Please sign in to comment.