Skip to content

Commit b7b264c

Browse files
author
ochafik
committed
ci: setup ccache
1 parent c92ae47 commit b7b264c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -859,6 +859,11 @@ jobs:
859859
name: ubuntu-22-cuda (${{ matrix.cuda.version }} cap ${{ matrix.cuda.cap }}, e.g. ${{ matrix.cuda.example }})
860860

861861
steps:
862+
- name: ccache
863+
uses: hendrikmuhs/[email protected]
864+
with:
865+
key: ubuntu-22-cuda-${{ matrix.cuda.version }}-${{ matrix.cuda.cap }}
866+
862867
- name: Dependencies
863868
id: depends
864869
env:

0 commit comments

Comments
 (0)