Skip to content

Commit

Permalink
Split caches according to platform
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurentTreguier committed Jul 25, 2024
1 parent 2dbd349 commit 999c7c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publishing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ jobs:
path: |
~/Library/Caches/org.swift.swiftpm
~/Library/Developer/Xcode/DerivedData/**/SourcePackages/checkouts
key: ${{ runner.os }}-spm-${{ hashFiles('**/Package.resolved') }}
key: ${{ runner.os }}-${{ matrix.platform }}-spm-${{ hashFiles('**/Package.resolved') }}
restore-keys: |
${{ runner.os }}-spm-
${{ runner.os }}-${{ matrix.platform }}-spm-
- name: Set up signing certificate
env:
Expand Down

0 comments on commit 999c7c7

Please sign in to comment.