Skip to content

Commit 21eba9b

Browse files
Use python3 for wasm build
1 parent 0a1553a commit 21eba9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/docker/wasm32-unknown-unknown/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RUN apt-get update -y && apt-get install -y --no-install-recommends \
88
git \
99
libc6-dev \
1010
make \
11-
python \
11+
python-is-python3 \
1212
xz-utils
1313

1414
# Install `wasm2wat`

0 commit comments

Comments
 (0)