Skip to content

Commit a7a4138

Browse files
committed
Update releases URL.
Signed-off-by: David Calavera <[email protected]>
1 parent d0c0b9f commit a7a4138

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ for:
8484
# install Rust
8585
- appveyor-retry appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe
8686
- 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
8888
- ps: Expand-Archive -DestinationPath C:\Users\appveyor\.cargo\bin C:\Users\appveyor\cargo-lambda.zip
8989
- set PATH=%PATH%;C:\Users\appveyor\.cargo\bin
9090
- set RUST_BACKTRACE=1
@@ -128,7 +128,7 @@ for:
128128

129129
# Install rust
130130
- 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"
132132
- sh: "tar -C ${HOME}/.cargo/bin -zxf /tmp/cargo-lambda-*.tar.gz"
133133
- sh: "PATH=${HOME}/.cargo/bin:$PATH"
134134
- sh: "rustup target add x86_64-unknown-linux-gnu --toolchain stable"

0 commit comments

Comments
 (0)