Skip to content
Snippets Groups Projects
Commit e384624d authored by Éloïs's avatar Éloïs
Browse files

use toolchain nightly

parent f2b2745a
No related branches found
No related tags found
No related merge requests found
Pipeline #3653 passed
......@@ -4,6 +4,9 @@ LABEL maintainer="Elois Librelois"
LABEL version="0.1"
LABEL description="CI for rust-wasm projects"
# install and use toolchain nightly
RUN rustup install nightly && rustup default nightly
# add target wasm32-unknown-unknown
RUN rustup target add wasm32-unknown-unknown
......
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