We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8b4c5f commit 641beb8Copy full SHA for 641beb8
.github/workflows/gh-hosted-eclipse-distro-build.yml
@@ -344,8 +344,9 @@ jobs:
344
steps:
345
- name: Setup AWS CLI 2.22
346
run: |
347
- curl -s "https://awscli.amazonaws.com/AWSCLIV2-2.22.35.pkg" -o "awscliv2.pkg"
348
- sudo installer -pkg ./awscliv2.pkg -target /
+ curl -s "https://awscli.amazonaws.com/awscli-exe-linux-x86_64-2.22.35.zip" -o "awscliv2.zip"
+ unzip -q awscliv2.zip
349
+ sudo ./aws/install --update
350
aws --version
351
- name: Google Chat Notification
352
0 commit comments