Skip to content

Commit 62b5166

Browse files
authored
[CI] Add ccache for wheel builds job (#4281)
1 parent d86285a commit 62b5166

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ jobs:
5656
- name: Checkout
5757
uses: actions/checkout@v3
5858

59+
- name: Setup ccache
60+
uses: hendrikmuhs/[email protected]
61+
5962
- name: Set up Linux Env
6063
if: ${{ runner.os == 'Linux' }}
6164
run: |

0 commit comments

Comments
 (0)