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 d121adb commit d5a44f0Copy full SHA for d5a44f0
1 file changed
.github/workflows/ios-e2e-test.yml
@@ -67,7 +67,7 @@ jobs:
67
uses: hendrikmuhs/ccache-action@v1.2
68
with:
69
max-size: 1.5G
70
- key: ${{ runner.os }}-ccache-e2e-ios
+ key: ${{ runner.os }}-xcode-${{ matrix.config.xcode }}-ccache-e2e-ios
71
create-symlink: true
72
- name: Setup ccache behavior
73
run: |
@@ -82,9 +82,9 @@ jobs:
82
example/ios/Pods
83
~/Library/Caches/CocoaPods
84
~/.cocoapods
85
- key: ${{ runner.os }}-pods-${{ hashFiles('**/Podfile.lock') }}
+ key: ${{ runner.os }}-xcode-${{ matrix.config.xcode }}-pods-${{ hashFiles('**/Podfile.lock') }}
86
restore-keys: |
87
- ${{ runner.os }}-pods-
+ ${{ runner.os }}-xcode-${{ matrix.config.xcode }}-pods-
88
- name: Install pods
89
working-directory: ${{ env.WORKING_DIRECTORY }}/ios
90
run: export USE_CCACHE=1 && pod install || pod update --repo-update
0 commit comments