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 997b31d commit 8056c2fCopy full SHA for 8056c2f
1 file changed
.github/workflows/reusable-wasi.yml
@@ -57,7 +57,7 @@ jobs:
57
run: python3 Tools/wasm/wasi.py configure-host -- --config-cache
58
- name: "Make host/WASI Python"
59
run: python3 Tools/wasm/wasi.py make-host
60
- - name: "Display build info"
+ - name: "Display build info of the host/WASI Python"
61
run: python3 Tools/wasm/wasi.py pythoninfo-host
62
- name: "Test"
63
run: make --directory "${CROSS_BUILD_WASI}" test
0 commit comments