Skip to content

Commit e58d582

Browse files
committed
use cache
1 parent 3c1ffcb commit e58d582

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/cache.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ jobs:
2020
python-version: ${{ matrix.python_version }}
2121
allow-prereleases: true
2222
- run: pip install .
23+
- uses: actions/cache@v4
24+
name: cache installers
25+
with:
26+
path: /tmp/cibw-tmp
27+
key: ${{ matrix.os }}-installers
28+
2329
- name: run cpython setup
2430
shell: bash
2531
run: |

0 commit comments

Comments
 (0)