ci: use sccache on windows HIP jobs (#11553)

This commit is contained in:
Olivier Chafik 2025-02-01 18:22:38 +00:00 committed by GitHub
parent cfd74c86db
commit 53debe6f3c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1154,7 +1154,6 @@ jobs:
uses: hendrikmuhs/ccache-action@v1.2.16 uses: hendrikmuhs/ccache-action@v1.2.16
with: with:
key: ${{ github.job }} key: ${{ github.job }}
variant: sccache
evict-old-files: 1d evict-old-files: 1d
- name: Build - name: Build
@ -1189,7 +1188,6 @@ jobs:
uses: hendrikmuhs/ccache-action@v1.2.16 uses: hendrikmuhs/ccache-action@v1.2.16
with: with:
key: windows-latest-cmake-hip-release key: windows-latest-cmake-hip-release
variant: sccache
evict-old-files: 1d evict-old-files: 1d
- name: Install - name: Install