We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3925aed commit ca3f6ccCopy full SHA for ca3f6cc
.github/workflows/windows-conda.yml
@@ -46,8 +46,8 @@ jobs:
46
- uses: actions/cache@v4
47
with:
48
path: .ccache
49
- key: ccache-windows-conda-${{ matrix.os }}-${{ github.sha }}
50
- restore-keys: ccache-windows-conda-${{ matrix.os }}-
+ key: ccache-windows-conda-${{ matrix.compiler }}-${{ matrix.os }}-${{ github.sha }}
+ restore-keys: ccache-windows-conda-${{ matrix.compiler }}-${{ matrix.os }}-
51
52
- uses: conda-incubator/setup-miniconda@v3
53
0 commit comments