Install Python3 to wasm32 CI since wabt removes Python2 support (#840)
See https://github.com/WebAssembly/wabt/pull/1321
This commit is contained in:
parent
09ef01ade1
commit
2674fff7d2
1 changed files with 1 additions and 0 deletions
|
|
@ -9,6 +9,7 @@ RUN apt-get update -y && apt-get install -y --no-install-recommends \
|
|||
libc6-dev \
|
||||
make \
|
||||
python \
|
||||
python3 \
|
||||
xz-utils
|
||||
|
||||
# Install `wasm2wat`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue