Skip to content

Commit 2fa186d

Browse files
committedDec 4, 2024
[CI] architecture-specific cache key
1 parent d625e2d commit 2fa186d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/wheel.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -257,8 +257,8 @@ jobs:
257257
uses: actions/cache@v4
258258
with:
259259
path: ${{ env.CONAN_HOME }}/p
260-
key: ${{ runner.os }}-build-wheel-${{ github.sha }}
261-
restore-keys: ${{ runner.os }}-build-wheel-
260+
key: ${{ runner.os }}-build-wheel-${{ matrix.cibw-arch }}-${{ github.sha }}
261+
restore-keys: ${{ runner.os }}-build-wheel-${{ matrix.cibw-arch }}-
262262

263263
- name: Download sdist
264264
uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)