Skip to content

Commit

Permalink
[CI] Add ccache for wheel builds job
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-mo committed Apr 23, 2024
1 parent 221d93e commit 5ef1f4e
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 5ef1f4e

Please sign in to comment.