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 dd558ed commit 542ea4dCopy full SHA for 542ea4d
.github/workflows/ci.yml
@@ -37,7 +37,7 @@ jobs:
37
uses: actions/cache@v2
38
with:
39
path: ${{ env.DERIVED_DATA_PATH }}
40
- key: ${{ runner.os }}-deriveddata-${{ hashFiles('**/*.xcodeproj/project.pbxproj') }}
+ key: v1-${{ runner.os }}-deriveddata-${{ hashFiles('**/*.xcodeproj/project.pbxproj') }}
41
restore-keys: |
42
${{ runner.os }}-deriveddata-
43
- name: Build
0 commit comments