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 c659efd commit 29051b8Copy full SHA for 29051b8
1 file changed
.github/workflows/reusable-wasi.yml
@@ -51,7 +51,7 @@ jobs:
51
- name: "Make build Python"
52
run: python3 Tools/wasm/wasi make-build-python
53
- name: "Display build info of the build Python"
54
- run: python3 Platforms/WASI pythoninfo-build
+ run: python3 Tools/wasm/wasi pythoninfo-build
55
- name: "Configure host/WASI Python"
56
# `--with-pydebug` inferred from configure-build-python
57
run: python3 Tools/wasm/wasi configure-host -- --config-cache
0 commit comments