1
0
Эх сурвалжийг харах

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

Olivier Chafik 11 сар өмнө
parent
commit
53debe6f3c

+ 0 - 2
.github/workflows/build.yml

@@ -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