Skip to content

Commit

Permalink
[CI] Add ccache for wheel builds job (vllm-project#4281)
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-mo authored Apr 23, 2024
1 parent 5bb6a48 commit 917e5d9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Setup ccache
uses: hendrikmuhs/[email protected]

- name: Set up Linux Env
if: ${{ runner.os == 'Linux' }}
run: |
Expand Down

0 comments on commit 917e5d9

Please sign in to comment.