summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Flynn <trflynn89@pm.me>2022-09-14 07:10:49 -0400
committerTim Flynn <trflynn89@pm.me>2022-09-14 08:21:03 -0400
commit3dd11a007f473bac3d1f7192f33a9963cd3b9274 (patch)
tree9d1f9ca8b67005252e449ae1bc5ffea44b631ee9
parent154fb144f5711e9d660e14c2cfea2ef45f5618c3 (diff)
downloadserenity-3dd11a007f473bac3d1f7192f33a9963cd3b9274.zip
CI: Fix typo preventing the CLDR cache from being pulled
-rw-r--r--Meta/Azure/Caches.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Meta/Azure/Caches.yml b/Meta/Azure/Caches.yml
index 19bc88d2d2..0f412847d3 100644
--- a/Meta/Azure/Caches.yml
+++ b/Meta/Azure/Caches.yml
@@ -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