mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 09:37:34 +00:00
CI: Fix typo preventing the CLDR cache from being pulled
This commit is contained in:
parent
154fb144f5
commit
3dd11a007f
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ steps:
|
||||||
|
|
||||||
- task: Cache@2
|
- task: Cache@2
|
||||||
inputs:
|
inputs:
|
||||||
key: '"unicode_locale" | Meta/CMake/unicode_data.cmake | "$(timestamp)"'
|
key: '"unicode_locale" | Meta/CMake/locale_data.cmake | "$(timestamp)"'
|
||||||
restoreKeys: |
|
restoreKeys: |
|
||||||
"unicode_locale" | Meta/CMake/locale_data.cmake
|
"unicode_locale" | Meta/CMake/locale_data.cmake
|
||||||
path: $(Build.SourcesDirectory)/${{ parameters.build_directory }}/CLDR
|
path: $(Build.SourcesDirectory)/${{ parameters.build_directory }}/CLDR
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue