File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ jobs:
113
113
uses : osy/actions-cache@v3
114
114
with :
115
115
path : sysroot-macOS-arm64_x86_64
116
- key : macos-universal-${{ hashFiles('scripts/build_dependencies.sh') }}-${{ hashFiles('patches/**') }}
116
+ key : macos-universal-${{ hashFiles('scripts/build_dependencies.sh', 'scripts/pack_dependencies.sh' ) }}-${{ hashFiles('patches/**') }}
117
117
- name : Cache Sysroot (arm64)
118
118
if : steps.cache-sysroot-universal.outputs.cache-hit != 'true'
119
119
id : cache-sysroot-arm64
@@ -202,7 +202,7 @@ jobs:
202
202
uses : osy/actions-cache@v3
203
203
with :
204
204
path : sysroot-macOS-arm64_x86_64
205
- key : macos-universal-${{ hashFiles('scripts/build_dependencies.sh') }}-${{ hashFiles('patches/**') }}
205
+ key : macos-universal-${{ hashFiles('scripts/build_dependencies.sh', 'scripts/pack_dependencies.sh' ) }}-${{ hashFiles('patches/**') }}
206
206
- name : Check Cache
207
207
if : steps.cache-sysroot.outputs.cache-hit != 'true'
208
208
uses : actions/github-script@v6
You can’t perform that action at this time.
0 commit comments