Skip to content

Commit b67f55b

Browse files
authored
try using platform as cache key
1 parent a88249d commit b67f55b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/wheels.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,8 @@ jobs:
173173
wheel
174174
cache-downloads: true
175175
cache-environment: true
176+
cache-environment-key: ${{ matrix.buildplat[0] }}
177+
cache-downloads-key: ${{ matrix.buildplat[0] }}
176178

177179
- name: Validate wheel RECORD
178180
shell: bash -el {0}

0 commit comments

Comments
 (0)