[CI] Add ccache for wheel builds job (#4281)

This commit is contained in:
Simon Mo
2024-04-23 09:51:41 -07:00
committed by GitHub
parent d86285a4a4
commit 62b5166bd4

View File

@@ -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: |