Skip to content

Commit

Permalink
rustup component add rust-src (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
zjb0807 authored Mar 4, 2024
1 parent 04c9033 commit 514560b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ RUN echo $SHELL && \
. $CARGO_HOME/env && \
rustup toolchain add stable ${RUSTC_VERSION} && \
rustup target add wasm32-unknown-unknown --toolchain $RUSTC_VERSION && \
rustup component add rust-src --toolchain $RUSTC_VERSION && \
chmod -R a+w $RUSTUP_HOME $CARGO_HOME && \
rustup show && rustc -V

Expand Down

0 comments on commit 514560b

Please sign in to comment.