Unverified Commit 62b5166b authored by Simon Mo's avatar Simon Mo Committed by GitHub
Browse files

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

parent d86285a4
...@@ -56,6 +56,9 @@ jobs: ...@@ -56,6 +56,9 @@ jobs:
- name: Checkout - name: Checkout
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Setup ccache
uses: hendrikmuhs/ccache-action@v1.2
- name: Set up Linux Env - name: Set up Linux Env
if: ${{ runner.os == 'Linux' }} if: ${{ runner.os == 'Linux' }}
run: | run: |
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment