Skip to content

Commit

Permalink
[GHA] AWS CLI 2.22 for OSX distro
Browse files Browse the repository at this point in the history
  • Loading branch information
BoykoAlex committed Feb 12, 2025
1 parent 9ae2276 commit eb99148
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/gh-hosted-eclipse-distro-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -220,9 +220,8 @@ jobs:
steps:
- name: Setup AWS CLI 2.22
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 --update
curl -s "https://awscli.amazonaws.com/AWSCLIV2-2.22.35.pkg" -o "awscliv2.pkg"
sudo installer -pkg ./awscliv2.pkg -target /
aws --version
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
with:
Expand Down

0 comments on commit eb99148

Please sign in to comment.