From 3dd11a007f473bac3d1f7192f33a9963cd3b9274 Mon Sep 17 00:00:00 2001 From: Timothy Flynn Date: Wed, 14 Sep 2022 07:10:49 -0400 Subject: [PATCH] CI: Fix typo preventing the CLDR cache from being pulled --- Meta/Azure/Caches.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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