mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 11:47:34 +00:00
CI: Cache downloaded Unicode CLDR database
This commit is contained in:
parent
ea21573ed8
commit
e883792fd4
2 changed files with 13 additions and 0 deletions
|
@ -38,6 +38,12 @@ steps:
|
|||
path: $(Build.SourcesDirectory)/${{ parameters.build_directory }}/UCD
|
||||
displayName: 'UnicodeData Cache'
|
||||
|
||||
- task: Cache@2
|
||||
inputs:
|
||||
key: '"unicode_locale" | Userland/Libraries/LibUnicode/unicode_data.cmake'
|
||||
path: $(Build.SourcesDirectory)/${{ parameters.build_directory }}/CLDR
|
||||
displayName: 'UnicodeLocale Cache'
|
||||
|
||||
- script: |
|
||||
ccache -M 5G
|
||||
ccache -s
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue