File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ jobs:
113113 uses : osy/actions-cache@v3
114114 with :
115115 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/**') }}
117117 - name : Cache Sysroot (arm64)
118118 if : steps.cache-sysroot-universal.outputs.cache-hit != 'true'
119119 id : cache-sysroot-arm64
@@ -202,7 +202,7 @@ jobs:
202202 uses : osy/actions-cache@v3
203203 with :
204204 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/**') }}
206206 - name : Check Cache
207207 if : steps.cache-sysroot.outputs.cache-hit != 'true'
208208 uses : actions/github-script@v6
You can’t perform that action at this time.
0 commit comments