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 9641edb commit a1d1c4bCopy full SHA for a1d1c4b
1 file changed
.github/workflows/reusable-wasi.yml
@@ -55,12 +55,12 @@ jobs:
55
run: python3 Platforms/WASI make-build-python
56
- name: "Display build info of the build Python"
57
run: python3 Platforms/WASI pythoninfo-build
58
- - name: "Configure host"
+ - name: "Configure host/WASI Python"
59
# `--with-pydebug` inferred from configure-build-python
60
run: python3 Platforms/WASI configure-host -- --config-cache
61
env:
62
WASI_SDK_PATH: ${{ steps.install-wasi-sdk.outputs.wasi-sdk-path }}
63
- - name: "Make host"
+ - name: "Make host/WASI Python"
64
run: python3 Platforms/WASI make-host
65
- name: "Display build info of the host/WASI Python"
66
run: python3 Platforms/WASI pythoninfo-host
0 commit comments