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:
parent
8669b25cea
commit
41f4a5050c
5 changed files with 26 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue