Skip to content

Commit

Permalink
workaround for aws cli
Browse files Browse the repository at this point in the history
  • Loading branch information
summeroff committed Oct 26, 2023
1 parent 5a8e4cb commit 8584c1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
shell: powershell
- name: Install specific version of AWS CLI
run: |
$version = "2.13.24"
$version = "2.13.29"
$zipfile = "AWSCLIV2.zip"
Invoke-WebRequest -OutFile $zipfile "https://awscli.amazonaws.com/AWSCLIV2-$version.msi"
Start-Process msiexec.exe -Wait -ArgumentList "/i $zipfile /qn"
Expand Down

0 comments on commit 8584c1d

Please sign in to comment.