Skip to content

Commit 760b7b4

Browse files
committed
CI: Revert hardcoded Mac cache key
Upstream issue has been resolved (at least for now).
1 parent 241f720 commit 760b7b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/macos-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: actions/cache@v4
2626
with:
2727
path: ~/deps
28-
key: "deps-mac b6917842237694f5531dbe2443fc573d2c8fb25df5ddfd11505d0b6c8640e4f8"
28+
key: deps-mac ${{ hashFiles('scripts/deps/build-dependencies-mac.sh', 'scripts/deps/versions') }}
2929

3030
- name: Build Dependencies
3131
if: steps.cache-deps-mac.outputs.cache-hit != 'true'

0 commit comments

Comments
 (0)