Skip to content
Snippets Groups Projects
Unverified Commit ca3f6cce authored by Joris Vaillant's avatar Joris Vaillant
Browse files

ci: Use the right cache key on Windows

parent 3925aedb
No related branches found
No related tags found
No related merge requests found
......@@ -46,8 +46,8 @@ jobs:
- uses: actions/cache@v4
with:
path: .ccache
key: ccache-windows-conda-${{ matrix.os }}-${{ github.sha }}
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 }}-
- uses: conda-incubator/setup-miniconda@v3
with:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment