Skip to content

Commit 29051b8

Browse files
committed
Replace Platforms/WASI with Tools/wasm/wasi
1 parent c659efd commit 29051b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/reusable-wasi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- name: "Make build Python"
5252
run: python3 Tools/wasm/wasi make-build-python
5353
- name: "Display build info of the build Python"
54-
run: python3 Platforms/WASI pythoninfo-build
54+
run: python3 Tools/wasm/wasi pythoninfo-build
5555
- name: "Configure host/WASI Python"
5656
# `--with-pydebug` inferred from configure-build-python
5757
run: python3 Tools/wasm/wasi configure-host -- --config-cache

0 commit comments

Comments
 (0)