File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ RUN chmod -R a+rw $CARGO_HOME \
5959# Install bininstall to make subsequent binaries easier to download
6060RUN  wget https://github.com/cargo-bins/cargo-binstall/releases/latest/download/cargo-binstall-`uname -m`-unknown-linux-musl.tgz && tar -xf cargo-binstall-`uname -m`-unknown-linux-musl.tgz  -C $CARGO_HOME/bin
6161# Install documentation and coverage tools
62- RUN  cargo binstall --no-confirm mdbook grcov nextest
62+ RUN  cargo binstall --no-confirm mdbook grcov cargo- nextest
6363
6464WORKDIR  /build
6565ENTRYPOINT  ["bash" ]
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ RUN C:/TEMP/rustup-init.exe --default-toolchain $env:RUST_VER -y
4747RUN  rustup install stable
4848
4949RUN  rustup component add llvm-tools-preview 
50- RUN  cargo install mdbook grcov nextest
50+ RUN  cargo install mdbook grcov cargo- nextest
5151
5252RUN  setx /M PATH $($Env:PATH + ';C:/buildtools/llvm/bin' ) 
5353
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments