Skip to content

Commit e74159e

Browse files
authored
Install Python3 to wasm32 CI since wabt removes Python2 support (#840)
See WebAssembly/wabt#1321
1 parent 2b7671c commit e74159e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/docker/wasm32-unknown-unknown/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ RUN apt-get update -y && apt-get install -y --no-install-recommends \
99
libc6-dev \
1010
make \
1111
python \
12+
python3 \
1213
xz-utils
1314

1415
# Install `wasm2wat`

0 commit comments

Comments
 (0)