tmp : force ccache save

This commit is contained in:
Georgi Gerganov
2026-05-27 10:35:15 +03:00
parent 38f698deca
commit a857b03a10

View File

@@ -98,7 +98,7 @@ jobs:
with:
key: server-ubuntu-default
evict-old-files: 1d
save: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
save: true
- name: Build
id: cmake_build
@@ -151,7 +151,7 @@ jobs:
with:
key: server-windows-default
evict-old-files: 1d
save: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
save: true
- name: Build
id: cmake_build