Skip to content

Commit de20fb9

Browse files
authored
Add dependencies.json to Windows cache key (#9721)
1 parent b98d178 commit de20fb9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
with:
113113
path: winbuild\build
114114
key:
115-
${{ hashFiles('winbuild\build_prepare.py') }}-${{ hashFiles('.github\workflows\test-windows.yml') }}-${{ env.pythonLocation }}-${{ steps.install.outputs.vs }}
115+
${{ hashFiles('.github\dependencies.json') }}-${{ hashFiles('winbuild\build_prepare.py') }}-${{ hashFiles('.github\workflows\test-windows.yml') }}-${{ env.pythonLocation }}-${{ steps.install.outputs.vs }}
116116

117117
- name: Prepare build
118118
if: steps.build-cache.outputs.cache-hit != 'true'

0 commit comments

Comments
 (0)