mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 13:17:35 +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
|
||||
inputs:
|
||||
key: '"unicode_locale" | Meta/CMake/unicode_data.cmake | "$(timestamp)"'
|
||||
key: '"unicode_locale" | Meta/CMake/locale_data.cmake | "$(timestamp)"'
|
||||
restoreKeys: |
|
||||
"unicode_locale" | Meta/CMake/locale_data.cmake
|
||||
path: $(Build.SourcesDirectory)/${{ parameters.build_directory }}/CLDR
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue