Skip to content

Commit a1d1c4b

Browse files
committed
Renable GHA steps
Replace "host" with "host/WASI Python", as done in Platforms/WASI command line.
1 parent 9641edb commit a1d1c4b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/reusable-wasi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,12 @@ jobs:
5555
run: python3 Platforms/WASI make-build-python
5656
- name: "Display build info of the build Python"
5757
run: python3 Platforms/WASI pythoninfo-build
58-
- name: "Configure host"
58+
- name: "Configure host/WASI Python"
5959
# `--with-pydebug` inferred from configure-build-python
6060
run: python3 Platforms/WASI configure-host -- --config-cache
6161
env:
6262
WASI_SDK_PATH: ${{ steps.install-wasi-sdk.outputs.wasi-sdk-path }}
63-
- name: "Make host"
63+
- name: "Make host/WASI Python"
6464
run: python3 Platforms/WASI make-host
6565
- name: "Display build info of the host/WASI Python"
6666
run: python3 Platforms/WASI pythoninfo-host

0 commit comments

Comments
 (0)