chore: bump CACHE_VERSION to 3 for fresh bootstrap

Triggering clean rebuild after S3 cache cleared and ccache simplified to single directory.
This commit is contained in:
Nicholas Dudfield
2025-10-30 11:57:02 +07:00
parent 0e2bc365ea
commit c46ede7c8f

View File

@@ -156,7 +156,7 @@ jobs:
env:
build_dir: .build
# Bump this number to invalidate all caches globally.
CACHE_VERSION: 2
CACHE_VERSION: 3
MAIN_BRANCH_NAME: dev
steps:
- name: Checkout