File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -39,8 +39,7 @@ RUN rustup toolchain install nightly \
3939 && rustup component add llvm-tools-preview \
4040 && rustup component add --toolchain nightly llvm-tools-preview \
4141 # Install documentation and coverage tools \
42- && cargo install mdbook \
43- && cargo install --locked grcov
42+ && cargo install mdbook grcov
4443
4544
4645WORKDIR /build
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ RUN C:/TEMP/rustup-init.exe --default-toolchain $env:RUST_VER -y
3838RUN rustup install nightly
3939
4040RUN rustup component add llvm-tools-preview
41- RUN cargo install mdbook && cargo install --locked grcov
41+ RUN cargo install mdbook grcov
4242
4343RUN setx /M PATH $($Env:PATH + ';C:/buildtools/llvm/bin' )
4444
You can’t perform that action at this time.
0 commit comments