Skip to content

Commit cf119d1

Browse files
committed
Fix user name
Signed-off-by: David Calavera <[email protected]>
1 parent 42e8116 commit cf119d1

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
@@ -90,7 +90,7 @@ for:
9090
# install Rust
9191
- appveyor-retry appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe
9292
- 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
9494
- ps: Expand-Archive -DestinationPath C:\Users\appveyor\.cargo\bin C:\Users\appveyor\cargo-lambda.zip
9595
- set PATH=%PATH%;C:\Users\appveyor\.cargo\bin
9696
- set RUST_BACKTRACE=1

0 commit comments

Comments
 (0)