We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d625e2d commit 2fa186dCopy full SHA for 2fa186d
.github/workflows/wheel.yml
@@ -257,8 +257,8 @@ jobs:
257
uses: actions/cache@v4
258
with:
259
path: ${{ env.CONAN_HOME }}/p
260
- key: ${{ runner.os }}-build-wheel-${{ github.sha }}
261
- restore-keys: ${{ runner.os }}-build-wheel-
+ key: ${{ runner.os }}-build-wheel-${{ matrix.cibw-arch }}-${{ github.sha }}
+ restore-keys: ${{ runner.os }}-build-wheel-${{ matrix.cibw-arch }}-
262
263
- name: Download sdist
264
uses: actions/download-artifact@v4
0 commit comments