[CI] use ccache actions properly in release workflow (#4629)
This commit is contained in:
parent
323f27b904
commit
e186d37cb1
3
.github/workflows/publish.yml
vendored
3
.github/workflows/publish.yml
vendored
@ -58,6 +58,9 @@ jobs:
|
||||
|
||||
- name: Setup ccache
|
||||
uses: hendrikmuhs/ccache-action@v1.2
|
||||
with:
|
||||
create-symlink: true
|
||||
key: ${{ github.job }}-${{ matrix.python-version }}-${{ matrix.cuda-version }}
|
||||
|
||||
- name: Set up Linux Env
|
||||
if: ${{ runner.os == 'Linux' }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user