8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba14b7d commit 3d2836eCopy full SHA for 3d2836e
.github/workflows/reusable-wasi.yml
@@ -50,7 +50,7 @@ jobs:
50
uses: actions/cache@v4
51
with:
52
path: ${{ env.CROSS_BUILD_PYTHON }}/config.cache
53
- key: ${{ github.job }}-${{ runner.os }}-${{ env.IMAGE_VERSION }}-${{ inputs.config_hash }}
+ key: ${{ github.job }}-${{ runner.os }}-${{ env.IMAGE_VERSION }}-${{ inputs.config_hash }}-${{ env.pythonLocation }}
54
- name: "Configure build Python"
55
run: python3 Tools/wasm/wasi.py configure-build-python -- --config-cache --with-pydebug
56
- name: "Make build Python"
0 commit comments