File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 14
14
build :
15
15
runs-on : macos-14
16
16
env :
17
+ CACHE_VERSION : v1 # bump to v2 to invalidate old caches
17
18
SCHEME : Avro Keyboard # Default equals target name in this repo
18
19
TARGET : Avro Keyboard # Fallback target if no shared scheme
19
20
CONFIG : Debug
58
59
Pods
59
60
~/.cocoapods
60
61
~/Library/Caches/CocoaPods
61
- key : ${{ runner.os }}-pods-${{ hashFiles('Podfile.lock') }}
62
+ key : ${{ runner.os }}-${{ env.CACHE_VERSION }}- pods-${{ hashFiles('Podfile.lock') }}
62
63
restore-keys : |
64
+ ${{ runner.os }}-${{ env.CACHE_VERSION }}-pods-
63
65
${{ runner.os }}-pods-
64
66
65
67
- name : Cache Xcode DerivedData
68
70
with :
69
71
path : |
70
72
~/Library/Developer/Xcode/DerivedData
71
- key : ${{ runner.os }}-derived-${{ hashFiles('AvroKeyboard.xcodeproj/project.pbxproj', 'Podfile.lock') }}-${{ env.SCHEME }}
73
+ key : ${{ runner.os }}-${{ env.CACHE_VERSION }}- derived-${{ hashFiles('AvroKeyboard.xcodeproj/project.pbxproj', 'Podfile.lock') }}-${{ env.SCHEME }}
72
74
restore-keys : |
75
+ ${{ runner.os }}-${{ env.CACHE_VERSION }}-derived-
73
76
${{ runner.os }}-derived-
74
77
75
78
- name : Pod install
You can’t perform that action at this time.
0 commit comments