mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 10:27:35 +00:00
Meta: Promote SERENITY_CACHE_DIR to a real option
We've had it as a secret option for long enough, let's make it more visible.
This commit is contained in:
parent
7a5cd7e5f4
commit
1d78e07f6b
5 changed files with 4 additions and 6 deletions
|
@ -51,7 +51,7 @@ jobs:
|
|||
os: '${{ parameters.os }}'
|
||||
arch: 'Lagom'
|
||||
toolchain: '$(toolchain)'
|
||||
download_cache_path: 'Meta/Lagom/Build'
|
||||
download_cache_path: 'Meta/Lagom/caches'
|
||||
serenity_ccache_path: '$(SERENITY_CCACHE_DIR)'
|
||||
with_remote_data_caches: true
|
||||
${{ if eq(parameters.os, 'macOS') }}:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue