Skip to content

Commit 940f6e8

Browse files
committed
ci : add ccache action to windows-cublas job
This commit adds the ccache action to the windows-cublas job. This will allow us to cache the build artifacts and hopefully speed up the build process.
1 parent 83b14c3 commit 940f6e8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -590,6 +590,13 @@ jobs:
590590
- name: Clone repository
591591
uses: actions/checkout@v4
592592

593+
- name: Install ccache
594+
uses: hendrikmuhs/[email protected]
595+
with:
596+
key: ${{ github.job }}-${{ matrix.cuda-toolkit }}-${{ matrix.build }}
597+
variant: sccache
598+
evict-old-files: 1d
599+
593600
- name: Add msbuild to PATH
594601
uses: microsoft/setup-msbuild@v2
595602

0 commit comments

Comments
 (0)