[GHA] Attempt to override newer AWS CLI

This commit is contained in:
aboyko
2025-01-31 09:50:12 -05:00
parent 1e71c38bcb
commit f77c856549

View File

@@ -31,7 +31,7 @@ jobs:
run: |
curl -s "https://awscli.amazonaws.com/awscli-exe-linux-x86_64-2.22.35.zip" -o "awscliv2.zip"
unzip -q awscliv2.zip
sudo ./aws/install
sudo ./aws/install --update
aws --version
- name: Upload nightly-distributions.html
run: |