We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa66f10 commit 1065658Copy full SHA for 1065658
windows/Dockerfile
@@ -47,7 +47,7 @@ RUN C:/TEMP/rustup-init.exe --default-toolchain $env:RUST_VER -y
47
RUN rustup install stable
48
49
RUN rustup component add llvm-tools-preview
50
-RUN cargo install mdbook grcov cargo-nextest
+RUN cargo install cargo-nextest
51
52
RUN setx /M PATH $($Env:PATH + ';C:/buildtools/llvm/bin')
53
0 commit comments