Skip to content

Commit eab27fd

Browse files
hoodmanevstinner
andauthored
Update .github/workflows/reusable-emscripten.yml
Co-authored-by: Victor Stinner <vstinner@python.org>
1 parent 68bbcec commit eab27fd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/reusable-emscripten.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,5 +68,7 @@ jobs:
6868
run: python3 Platforms/emscripten configure-host --host-runner node -- --config-cache
6969
- name: "Make host Python"
7070
run: python3 Platforms/emscripten make-host
71+
- name: "Display build info"
72+
run: python3 Platforms/emscripten run --pythoninfo
7173
- name: "Test"
7274
run: python3 Platforms/emscripten run --test

0 commit comments

Comments
 (0)