Skip to content

Commit 1065658

Browse files
committed
don't install mdbook on windows
1 parent aa66f10 commit 1065658

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

windows/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ RUN C:/TEMP/rustup-init.exe --default-toolchain $env:RUST_VER -y
4747
RUN rustup install stable
4848

4949
RUN rustup component add llvm-tools-preview
50-
RUN cargo install mdbook grcov cargo-nextest
50+
RUN cargo install cargo-nextest
5151

5252
RUN setx /M PATH $($Env:PATH + ';C:/buildtools/llvm/bin')
5353

0 commit comments

Comments
 (0)