mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2026-09-20 01:31:31 +02:00
tmp : force ccache save
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user