diff options
Diffstat (limited to 'Meta/Azure')
-rw-r--r-- | Meta/Azure/Caches.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Meta/Azure/Caches.yml b/Meta/Azure/Caches.yml index 55d30688f1..f65fd2a739 100644 --- a/Meta/Azure/Caches.yml +++ b/Meta/Azure/Caches.yml @@ -36,13 +36,13 @@ steps: - ${{ if eq(parameters.with_unicode_caches, true) }}: - task: Cache@2 inputs: - key: '"unicode_data" | Userland/Libraries/LibUnicode/unicode_data.cmake' + key: '"unicode_data" | Meta/CMake/unicode_data.cmake' path: $(Build.SourcesDirectory)/${{ parameters.build_directory }}/UCD displayName: 'UnicodeData Cache' - task: Cache@2 inputs: - key: '"unicode_locale" | Userland/Libraries/LibUnicode/unicode_data.cmake' + key: '"unicode_locale" | Meta/CMake/unicode_data.cmake' path: $(Build.SourcesDirectory)/${{ parameters.build_directory }}/CLDR displayName: 'UnicodeLocale Cache' |