Skip to content

Commit 6edb2c8

Browse files
author
Olivier Chafik
committed
Try sccache on ci for windows
1 parent 5783575 commit 6edb2c8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -688,6 +688,7 @@ jobs:
688688
- name: ccache
689689
uses: hendrikmuhs/[email protected]
690690
with:
691+
variant: sccache
691692
key: windows-msys2
692693
evict-old-files: 1d
693694

@@ -762,6 +763,7 @@ jobs:
762763
- name: ccache
763764
uses: hendrikmuhs/[email protected]
764765
with:
766+
variant: sccache
765767
key: windows-latest-cmake-${{ matrix.build }}
766768
evict-old-files: 1d
767769

@@ -948,6 +950,7 @@ jobs:
948950
- name: Install ccache
949951
uses: hendrikmuhs/[email protected]
950952
with:
953+
variant: sccache
951954
key: ${{ github.job }}-${{ matrix.cuda }}-${{ matrix.build }}
952955
evict-old-files: 1d
953956

@@ -1089,6 +1092,7 @@ jobs:
10891092
- name: ccache
10901093
uses: hendrikmuhs/[email protected]
10911094
with:
1095+
variant: sccache
10921096
key: windows-latest-cmake-sycl
10931097
evict-old-files: 1d
10941098

@@ -1173,6 +1177,7 @@ jobs:
11731177
- name: Install ccache
11741178
uses: hendrikmuhs/[email protected]
11751179
with:
1180+
variant: sccache
11761181
key: ${{ github.job }}
11771182
evict-old-files: 1d
11781183

@@ -1207,6 +1212,7 @@ jobs:
12071212
- name: ccache
12081213
uses: hendrikmuhs/[email protected]
12091214
with:
1215+
variant: sccache
12101216
key: windows-latest-cmake-hip-release
12111217
evict-old-files: 1d
12121218

0 commit comments

Comments
 (0)