Skip to content

Commit ba4998d

Browse files
committed
github: update cache for universal sysroot based on pack script
1 parent d4c2afa commit ba4998d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)