File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 90
90
# install Rust
91
91
- appveyor-retry appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe
92
92
- rustup-init.exe -y --default-host x86_64-pc-windows-msvc --default-toolchain stable
93
- - ps : Invoke-WebRequest -Uri https://github.com/calavera/cargo-lambda/releases/download/$env:CARGO_LAMBDA_VERSION/cargo-lambda-$env:CARGO_LAMBDA_VERSION-x86_64-pc-windows-msvc.zip -OutFile C:\Users\David \cargo-lambda.zip
93
+ - ps : Invoke-WebRequest -Uri https://github.com/calavera/cargo-lambda/releases/download/$env:CARGO_LAMBDA_VERSION/cargo-lambda-$env:CARGO_LAMBDA_VERSION-x86_64-pc-windows-msvc.zip -OutFile C:\Users\appveyor \cargo-lambda.zip
94
94
- ps : Expand-Archive -DestinationPath C:\Users\appveyor\.cargo\bin C:\Users\appveyor\cargo-lambda.zip
95
95
- set PATH=%PATH%;C:\Users\appveyor\.cargo\bin
96
96
- set RUST_BACKTRACE=1
You can’t perform that action at this time.
0 commit comments