ci: setup ccache
This commit is contained in:
parent
c92ae47637
commit
b7b264cac0
1 changed files with 5 additions and 0 deletions
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
|
@ -859,6 +859,11 @@ jobs:
|
|||
name: ubuntu-22-cuda (${{ matrix.cuda.version }} cap ${{ matrix.cuda.cap }}, e.g. ${{ matrix.cuda.example }})
|
||||
|
||||
steps:
|
||||
- name: ccache
|
||||
uses: hendrikmuhs/ccache-action@v1.2.11
|
||||
with:
|
||||
key: ubuntu-22-cuda-${{ matrix.cuda.version }}-${{ matrix.cuda.cap }}
|
||||
|
||||
- name: Dependencies
|
||||
id: depends
|
||||
env:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue