Skip to content

Commit

Permalink
Binary canaries (#5659)
Browse files Browse the repository at this point in the history
* Add Windows config

* Fix formatting

* Update config
  • Loading branch information
mildaniel authored Jul 31, 2023
1 parent 12f01e1 commit a7d492d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion appveyor-windows-binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ install:

# Install aws-sam-cli MSI binary
- ps: "
Write-Host "Starting installation for MSI"
Invoke-WebRequest https://github.com/aws/aws-sam-cli/releases/downloads/sam-cli-nightly/AWS_SAM_CLI_64_PY3.msi -OutFile $HOME\aws-sam-cli-installer.msi
$process = Start-Process C:\Windows\System32\msiexec.exe -ArgumentList "/i $HOME\aws-sam-cli-installer.msi /qn /norestart" -wait -PassThru
$process
Expand Down

0 comments on commit a7d492d

Please sign in to comment.