Skip to content

Commit 542ea4d

Browse files
committed
fix: change ci chace
1 parent dd558ed commit 542ea4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
uses: actions/cache@v2
3838
with:
3939
path: ${{ env.DERIVED_DATA_PATH }}
40-
key: ${{ runner.os }}-deriveddata-${{ hashFiles('**/*.xcodeproj/project.pbxproj') }}
40+
key: v1-${{ runner.os }}-deriveddata-${{ hashFiles('**/*.xcodeproj/project.pbxproj') }}
4141
restore-keys: |
4242
${{ runner.os }}-deriveddata-
4343
- name: Build

0 commit comments

Comments
 (0)