Skip to content

Commit a118c39

Browse files
authored
Fix ccache keys (#1082)
1 parent 51c37ad commit a118c39

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/coverage.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ jobs:
3838
submodules: true
3939
- uses: hendrikmuhs/ccache-action@v1.2
4040
with:
41-
key: ${{ github.job }}-${{ matrix.os }}-${{ matrix.python-version }}
4241
create-symlink: true
4342
- uses: rui314/setup-mold@v1
4443
- uses: actions/setup-python@v5

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
# must come after checkout
2828
- uses: hendrikmuhs/ccache-action@v1.2
2929
with:
30-
key: ${{ github.job }}-${{ matrix.os }}-${{ matrix.python-version }}
30+
create-symlink: true
3131
- uses: actions/setup-python@v5
3232
with:
3333
python-version: "3.11"

0 commit comments

Comments
 (0)