mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2026-07-23 11:10:55 -05:00
tmp : force ccache save
This commit is contained in:
4
.github/workflows/server.yml
vendored
4
.github/workflows/server.yml
vendored
@@ -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