Install Python3 to wasm32 CI since wabt removes Python2 support (#840)

See https://github.com/WebAssembly/wabt/pull/1321
This commit is contained in:
Makoto Kato 2020-03-29 21:07:51 +09:00 committed by GitHub
parent 09ef01ade1
commit 2674fff7d2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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`