Skip to content

Commit ca3f6cc

Browse files
committed
ci: Use the right cache key on Windows
1 parent 3925aed commit ca3f6cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/windows-conda.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ jobs:
4646
- uses: actions/cache@v4
4747
with:
4848
path: .ccache
49-
key: ccache-windows-conda-${{ matrix.os }}-${{ github.sha }}
50-
restore-keys: ccache-windows-conda-${{ matrix.os }}-
49+
key: ccache-windows-conda-${{ matrix.compiler }}-${{ matrix.os }}-${{ github.sha }}
50+
restore-keys: ccache-windows-conda-${{ matrix.compiler }}-${{ matrix.os }}-
5151

5252
- uses: conda-incubator/setup-miniconda@v3
5353
with:

0 commit comments

Comments
 (0)