1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-08-02 03:37:46 +00:00

CI: Add a cache for the IANA time zone database files

This commit is contained in:
Timothy Flynn 2021-12-22 16:43:05 -05:00 committed by Linus Groh
parent 8669b25cea
commit 41f4a5050c
5 changed files with 26 additions and 5 deletions

View file

@ -39,9 +39,9 @@ jobs:
build_directory: 'Meta/Lagom/Build'
serenity_ccache_path: '$(SERENITY_CCACHE_DIR)'
${{ if eq(parameters.fuzzer, 'Fuzz') }}:
with_unicode_caches: false
with_remote_data_caches: false
${{ if eq(parameters.fuzzer, 'NoFuzz') }}:
with_unicode_caches: true
with_remote_data_caches: true
- script: |
mkdir -p Meta/Lagom/Build