mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-10 08:04:58 +08:00
[CI] Add ccache for wheel builds job (#4281)
This commit is contained in:
parent
d86285a4a4
commit
62b5166bd4
3
.github/workflows/publish.yml
vendored
3
.github/workflows/publish.yml
vendored
@ -56,6 +56,9 @@ jobs:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Setup ccache
|
||||
uses: hendrikmuhs/ccache-action@v1.2
|
||||
|
||||
- name: Set up Linux Env
|
||||
if: ${{ runner.os == 'Linux' }}
|
||||
run: |
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user