Skip to content
This repository was archived by the owner on Nov 4, 2024. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions dockerfiles/ci-linux/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ RUN set -eux && \
apt-get -y update && \
apt-get install -y --no-install-recommends \
chromium-driver && \
# install `rust-src` component for ui test
rustup component add rust-src && \
# install Rust nightly, default is stable, use minimum components
rustup toolchain install nightly --profile minimal && \
# install wasm toolchain
Expand Down