Skip to content

Commit c0785e4

Browse files
committed
initial commit
1 parent 28ec831 commit c0785e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Earthfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ anoma:
3333
ENV RUSTUP_HOME="/root/.rustup"
3434
ENV CARGO_HOME="/root/.cargo"
3535

36-
RUN rustup toolchain install $toolchain-x86_64-unknown-linux-gnu --no-self-update --component clippy,rls,rustfmt,rust-analysis,rust-docs,rust-src,llvm-tools-preview
36+
RUN rustup toolchain install $toolchain-x86_64-unknown-linux-gnu --no-self-update --component clippy,rustfmt,rust-analysis,rust-docs,rust-src,llvm-tools-preview
3737
RUN rustup target add --toolchain $toolchain-x86_64-unknown-linux-gnu wasm32-unknown-unknown
3838
RUN rustup default $toolchain-x86_64-unknown-linux-gnu
3939

0 commit comments

Comments
 (0)