ci: use sccache on windows HIP jobs (#11553)
This commit is contained in:
parent
cfd74c86db
commit
53debe6f3c
1 changed files with 0 additions and 2 deletions
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…
Add table
Add a link
Reference in a new issue