Skip to content

Commit 110e27a

Browse files
committed
test ccache for metal cibuildwheel
1 parent 3eb1b34 commit 110e27a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/dist.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
- cron: '0 22 * * *'
66
release:
77
types: [ published ]
8+
pull_request:
89

910
env:
1011
PYTHON_VERSION: '3.12'
@@ -36,6 +37,13 @@ jobs:
3637
fetch-depth: 1
3738
submodules: recursive
3839

40+
- name: ccache
41+
uses: hendrikmuhs/[email protected]
42+
if: startsWith(matrix.os, 'macos')
43+
with:
44+
create-symlink: true
45+
key: ${{ github.job }}-${{ matrix.os }}
46+
3947
- name: Build wheels
4048
uses: pypa/[email protected]
4149
with:

0 commit comments

Comments
 (0)