Skip to content

Commit 6e96724

Browse files
committed
ci: use separate lapack build configs
1 parent 0caf908 commit 6e96724

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/windows.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ jobs:
158158
path: |
159159
${{env.CCACHE_DIR}}
160160
${{github.workspace}}/install
161-
key: ${{matrix.msvc}}-lapack-3.10.1
161+
key: ${{matrix.msvc}}-lapack-3.10.1-${{matrix.build_type}}
162162

163163
- name: Download LAPACK
164164
if: steps.cache-lapack.outputs.cache-hit != 'true'

0 commit comments

Comments
 (0)