8000 test different cache key · python/cpython@3d2836e · GitHub
[go: up one dir, main page]

Skip to content

Commit 3d2836e

Browse files
committed
test different cache key
1 parent ba14b7d commit 3d2836e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable-wasi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
uses: actions/cache@v4
5151
with:
5252
path: ${{ env.CROSS_BUILD_PYTHON }}/config.cache
53-
key: ${{ github.job }}-${{ runner.os }}-${{ env.IMAGE_VERSION }}-${{ inputs.config_hash }}
53+
key: ${{ github.job }}-${{ runner.os }}-${{ env.IMAGE_VERSION }}-${{ inputs.config_hash }}-${{ env.pythonLocation }}
5454
- name: "Configure build Python"
5555
run: python3 Tools/wasm/wasi.py configure-build-python -- --config-cache --with-pydebug
5656
- name: "Make build Python"

0 commit comments

Comments
 (0)
0