File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7676 uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
7777 with :
7878 path : ${{ env.TURBO_CACHE_DIR }}
79- key : ${{ runner.os }}-turborepo-android-${{ hashFiles('yarn.lock') }}
79+ key : ${{ runner.os }}-turborepo-android-${{ hashFiles('yarn.lock', 'turbo.json', '.gitmodules' ) }}
8080 restore-keys : |
8181 ${{ runner.os }}-turborepo-android-
8282
@@ -140,7 +140,7 @@ jobs:
140140 uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
141141 with :
142142 path : ${{ env.TURBO_CACHE_DIR }}
143- key : ${{ runner.os }}-turborepo-ios-${{ hashFiles('yarn.lock') }}
143+ key : ${{ runner.os }}-turborepo-ios-${{ hashFiles('yarn.lock', 'turbo.json', '.gitmodules' ) }}
144144 restore-keys : |
145145 ${{ runner.os }}-turborepo-ios-
146146
Original file line number Diff line number Diff line change 77 "env" : [" ANDROID_HOME" , " ORG_GRADLE_PROJECT_newArchEnabled" ],
88 "inputs" : [
99 " package.json" ,
10+ " .gitmodules" ,
11+ " third_party/**" ,
1012 " android" ,
1113 " !android/build" ,
1214 " src/*.ts" ,
1719 " !example/android/build" ,
1820 " !example/android/app/build"
1921 ],
20- "outputs" : []
22+ "outputs" : [
23+ " android/build/**/libfilehash-native.so" ,
24+ " example/android/build/**/libfilehash-native.so" ,
25+ " example/android/app/build/**/libfilehash-native.so"
26+ ]
2127 },
2228 "build:ios" : {
2329 "env" : [
2733 ],
2834 "inputs" : [
2935 " package.json" ,
36+ " .gitmodules" ,
37+ " third_party/**" ,
3038 " *.podspec" ,
3139 " ios" ,
3240 " src/*.ts" ,
You can’t perform that action at this time.
0 commit comments