Skip to content

Commit

Permalink
[GHA] AWS CLI 2.22 for Linux distro
Browse files Browse the repository at this point in the history
  • Loading branch information
BoykoAlex committed Feb 12, 2025
1 parent ae52558 commit e48d47a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/gh-hosted-eclipse-distro-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@ jobs:
eclipse-distro-build:
runs-on: ubuntu-latest
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
aws --version
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
with:
sparse-checkout: |
Expand Down

0 comments on commit e48d47a

Please sign in to comment.