Skip to content

Commit 2e10181

Browse files
committed
ccache
1 parent 1449128 commit 2e10181

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/CI-windows.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ jobs:
3232
steps:
3333
- uses: actions/checkout@v3
3434

35+
- name: ccache
36+
uses: hendrikmuhs/ccache-action@v1.2
37+
with:
38+
key: ${{ github.workflow }}-${{ github.job }}-${{ matrix.os }}-${{ matrix.arch }}
39+
3540
- name: Set up Python 3.11
3641
uses: actions/setup-python@v4
3742
with:

0 commit comments

Comments
 (0)