Skip to content

Commit 6c55ba9

Browse files
committed
Change windows package suffix
Signed-off-by: David Calavera <[email protected]>
1 parent 01be9e1 commit 6c55ba9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.appveyor.yml

Lines changed: 1 addition & 1 deletion
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/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
87+
- ps: Invoke-WebRequest -Uri https://github.com/cargo-lambda/cargo-lambda/releases/download/$env:CARGO_LAMBDA_VERSION/cargo-lambda-$env:CARGO_LAMBDA_VERSION.windows-x64.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

0 commit comments

Comments
 (0)