Skip to content
Snippets Groups Projects
Verified Commit a5f693ee authored by Louis's avatar Louis :fire:
Browse files

Remove reinstall of nightly after switching to rustbuilder

parent 27791ad5
No related branches found
No related tags found
No related merge requests found
...@@ -32,6 +32,5 @@ ENV PATH="${EMSDK}:${EMSDK}/upstream/emscripten:${PATH}" ...@@ -32,6 +32,5 @@ ENV PATH="${EMSDK}:${EMSDK}/upstream/emscripten:${PATH}"
USER rustbuilder USER rustbuilder
RUN rustup install nightly && \ RUN rustup component add rust-src --toolchain nightly && \
rustup component add rust-src --toolchain nightly && \
rustup target add wasm32-unknown-emscripten --toolchain nightly rustup target add wasm32-unknown-emscripten --toolchain nightly
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment