Skip to content

Commit

Permalink
Do not hash Package.resolved for DerivedData cache
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephDuffy committed Feb 6, 2024
1 parent 3afbc84 commit 603e1ca
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,9 @@ jobs:
uses: actions/cache@v3
with:
path: ~/Library/Developer/Xcode/DerivedData
key: ${{ runner.os }}-xcode_${{ matrix.xcode }}-derived_data-${{ github.ref }}-${{ hashFiles('**/Package.resolved') }}
key: ${{ runner.os }}-xcode_${{ matrix.xcode }}-derived_data-${{ github.ref }}
restore-keys: |
${{ runner.os }}-xcode_${{ matrix.xcode }}-derived_data-${{ github.ref }}-
${{ runner.os }}-xcode_${{ matrix.xcode }}-derived_data-main-
${{ runner.os }}-xcode_${{ matrix.xcode }}-derived_data-main
${{ runner.os }}-xcode_${{ matrix.xcode }}-derived_data-
- name: Run Tests
Expand Down

0 comments on commit 603e1ca

Please sign in to comment.