mirror of
https://github.com/ggerganov/llama.cpp.git
synced 2025-02-05 16:10:42 +01:00
ci: use sccache on windows HIP jobs (#11553)
This commit is contained in:
parent
cfd74c86db
commit
53debe6f3c
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -1154,7 +1154,6 @@ jobs:
|
||||
uses: hendrikmuhs/ccache-action@v1.2.16
|
||||
with:
|
||||
key: ${{ github.job }}
|
||||
variant: sccache
|
||||
evict-old-files: 1d
|
||||
|
||||
- name: Build
|
||||
@ -1189,7 +1188,6 @@ jobs:
|
||||
uses: hendrikmuhs/ccache-action@v1.2.16
|
||||
with:
|
||||
key: windows-latest-cmake-hip-release
|
||||
variant: sccache
|
||||
evict-old-files: 1d
|
||||
|
||||
- name: Install
|
||||
|
Loading…
Reference in New Issue
Block a user