File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 84
84
# install Rust
85
85
- appveyor-retry appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe
86
86
- rustup-init.exe -y --default-host x86_64-pc-windows-msvc --default-toolchain stable
87
- - 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
87
+ - ps : Invoke-WebRequest -Uri https://github.com/cargo-lambda /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
88
88
- ps : Expand-Archive -DestinationPath C:\Users\appveyor\.cargo\bin C:\Users\appveyor\cargo-lambda.zip
89
89
- set PATH=%PATH%;C:\Users\appveyor\.cargo\bin
90
90
- set RUST_BACKTRACE=1
128
128
129
129
# Install rust
130
130
- sh : " curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --profile minimal"
131
- - sh : " wget https://github.com/calavera /cargo-lambda/releases/download/$CARGO_LAMBDA_VERSION/cargo-lambda-$CARGO_LAMBDA_VERSION-x86_64-unknown-linux-musl.tar.gz -P /tmp"
131
+ - sh : " wget https://github.com/cargo-lambda /cargo-lambda/releases/download/$CARGO_LAMBDA_VERSION/cargo-lambda-$CARGO_LAMBDA_VERSION-x86_64-unknown-linux-musl.tar.gz -P /tmp"
132
132
- sh : " tar -C ${HOME}/.cargo/bin -zxf /tmp/cargo-lambda-*.tar.gz"
133
133
- sh : " PATH=${HOME}/.cargo/bin:$PATH"
134
134
- sh : " rustup target add x86_64-unknown-linux-gnu --toolchain stable"
You can’t perform that action at this time.
0 commit comments